Skip to content

Provide docs and tools for an opinionated development workflow#45

Draft
binste wants to merge 5 commits intomainfrom
dev_workflow
Draft

Provide docs and tools for an opinionated development workflow#45
binste wants to merge 5 commits intomainfrom
dev_workflow

Conversation

@binste
Copy link
Copy Markdown
Owner

@binste binste commented Dec 25, 2023

Could look something like:

  1. dbt-ibis develop -s stg_customers -> Converts stg_customers.ibis to stg_customers.ibis, unpacking the model function for easier editing and keeping the rest of the code the same
  2. Easy way to turn refs and sources into Ibis tables. Initially, it's probably "bring your own Ibis connection". In a second step, could try to create it based on dbt profiles, at least for simple cases?
  3. Users can then in the notebook interactively run the code and modify the model
  4. Some command to turn it back into an .ibis file.

This PR just contains some first attempts. More to come... Constructive feedback is very welcome!

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.

1 participant