Hi All,Based on the article below to enable Genie one needs to:1. Enable Azure AI services-powered featuresThat is done:2. Enable Genie must be enabled from the Previews pageI do not see Genie among Previews:I am using Azure Databricks. Any idea how ...
[Filter: SPAM] filipniziol's post body matched "sugar", board "data-engineering".
Post Subject: Re: DLT create_table vs create_streaming_table
Post Body: Hi @ggsmith ,
If you check the examples, you will notice that dlt.create_streaming_table is ...
Hi @tgburrin-afs, @Mounika_Tarigop ,As I understand the question is about running concurrent tasks within a single job rather than running concurrent jobs. max_concurrent_runs controls how many times a whole job can run simultaneously, not the concur...
Hi @MattHeidebrecht ,Great! If this resolves your question, please consider marking it as the solution. It helps others in the community find answers more easily. 
Hi @smit_tw,Great! If this resolves your question, please consider marking it as the solution. It helps others in the community find answers more easily. 
Hi @MattHeidebrecht ,You can use ROW_NUMBER window function to order rows and then filter on that rank.Here is the query:WITH loc_ranked AS (
SELECT
IL_IPI_ID,
IL_ID,
ROW_NUMBER() OVER (PARTITION BY IL_IPI_ID ORDER BY IL_I...
Hi @smit_tw ,yes, it is possible to do so, here is the sample yml:resources:
jobs:
sample_job:
name: sample_job
tasks:
- task_key: JobTask
run_job_task:
job_id: 1094194179990459
- task_key: DltT...