cancel
Showing results for 
Search instead for 
Did you mean: 
Data Engineering
Join discussions on data engineering best practices, architectures, and optimization strategies within the Databricks Community. Exchange insights and solutions with fellow data engineers.
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

THIAM_HUATTAN
by Valued Contributor
  • 1937 Views
  • 2 replies
  • 4 kudos

Resolved! Why CTE is having issues with Databricks here?

df = spark.createDataFrame([(2018,'Apple1',45000),(2019,'Apple1',35000),(2020,'Apple1',75000),              (2018,'Samsung',15000),(2019,'Samsung',20000),(2020,'Samsung',25000),              (2018,'Nokia',21000),(2019,'Nokia',17000),(2020,'Nokia',140...

  • 1937 Views
  • 2 replies
  • 4 kudos
Latest Reply
Varshith
New Contributor III
  • 4 kudos

Issue is coming because of the semicolon beside PhoneBrandSales. Try removing that ; issue will be resolved. Please refer to the screenshot below.Please select this answer as best answer if it resolved your issueThanks,Varshith

  • 4 kudos
1 More Replies
User16826994223
by Honored Contributor III
  • 721 Views
  • 1 replies
  • 0 kudos

For auto-loader, do we pause fetching the messages from SQS

Hi Team, For auto-loader, do we pause fetching the messages from SQS. Apple restarted their streaming workload and found no new messages are fetched or deleted. Taking the difference of the latest sequence processed and the latest sequence available ...

  • 721 Views
  • 1 replies
  • 0 kudos
Latest Reply
User16826994223
Honored Contributor III
  • 0 kudos

Yes, this is something that is fixed in DBR 8.3

  • 0 kudos
Labels