Skip to content

dlt test pipeline for azure to snowflake - #618

Open
britt-allen wants to merge 4 commits into
mainfrom
ba_testing_dlt
Open

dlt test pipeline for azure to snowflake#618
britt-allen wants to merge 4 commits into
mainfrom
ba_testing_dlt

Conversation

@britt-allen

@britt-allen britt-allen commented Jul 30, 2026

Copy link
Copy Markdown
Contributor

This is a minimal dlt pipeline that loads two Azure SQL database tables into Snowflake. The pipeline ran successfully and the data can be found in raw_dev.dlt. This closes this Asana task.

@ian-r-rose ian-r-rose left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The code for running the pipeline looks good to me (I like how short it is!).

The thing that's missing here is the orchestration piece. You ran this locally, and it worked. I can't see the way you connected to the database (that config is probably in a dlt secrets file that's uncommitted?). The question then becomes, what's next? Running something once is different from running an incremental sync several times per day.

It's a little undecided what we might want to do for a tool like dlt, though in the linked Asana task we have:

running dlt inside of a Snowflake stored procedure could work and be pretty low infrastructure. We could also use Airflow for that.

I think we could merge this and create a follow-on task for orchestration, or could do it here. But doing the orchestration piece would force you to answer questions like:

  1. What is the service account we should use here?
  2. What's the authentication mechanism to the database?
  3. Do we need to allow-list any additional IP addresses?
  4. What frequency should we sync?

@ram-kishore-odi ram-kishore-odi left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are you also planning to check in the .gitignore file? Just checking.

@britt-allen

Copy link
Copy Markdown
Contributor Author

Are you also planning to check in the .gitignore file? Just checking.

Check for what @ram-kishore-odi ? I am not sure I understand.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants