cancel
Showing results for 
Search instead for 
Did you mean: 
yit337
Contributor
since ‎01-21-2026
2 weeks ago

User Stats

  • 16 Posts
  • 0 Solutions
  • 7 Kudos given
  • 1 Kudos received

User Activity

As the subject states, my question is:Is it required to run the Ingestion Pipeline in Lakeflow Connect on Serverless compute? Cause I try to define my own cluster in the DAB, but it raises an error:`Error: cannot create pipeline: You cannot provide c...
I have a stream to static join, but some of the rows in the static table arrive later than the linked rows in the stream.What is the default behaviour if a record in the stream hasn't joined a record in the static table? Is it lost forever?How is thi...
I want to update a dimension table in the gold model from a silver table by using  create_auto_cdc_from_snapshot_flow and SCD2. In the target table, I have defined an IDENTITY column, which should be populated automatically.The dlt flow runs successf...
Based on docs, we can't use identity columns and ANALYZE TABLE on streaming tables. So, should we avoid using streaming tables for Gold layer Star schema?https://docs.databricks.com/aws/en/ldp/developer/ldp-sql-ref-create-streaming-table#limitations 
Can I access Tableau with Service Principal by OAuth, or I have to create Personal Access Token for the SP?I can't find this in the docs..