Skip to content

Commit

Permalink
example usage
Browse files Browse the repository at this point in the history
  • Loading branch information
Rohit Chatterjee committed Sep 13, 2023
1 parent 6b7d844 commit 494c5f7
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,24 @@
# dbt-automation
Scripts for dbt automation

Example usage:

1.

python scaffolddbt.py --project-name shridbt \
--project-dir ../shridbt
2.

python syncsources.py --schema staging \
--source-name shrikobo \
--output-sources-file ../shridbt/models/staging/sources.yml

3.

python mknormalized.py --project-dir ../shridbt/ \
--input-schema staging \
--output-schema intermediate \
--output-schema-schemafile schema.yml \
--sources-file sources.yml


0 comments on commit 494c5f7

Please sign in to comment.