Go to file
Jack Forgash 352f4f25f9
Auto-gen docs to separate branch (#22)
* first pass

* test 2

* test 3

* test 4

* test 5

* test 6

* test 6

* test 7

* test 8

* test 9

* test 10

* test 11

* repo token test

* token test 2

* token test 3

* token test 4

* token test 5

* Auto-update docs

* removed with on checkout test

* testing file move

* mkdir command

* no spaces

* Auto-update docs

* update gitignore for target again

* Auto-update docs

* clean target

* Auto-update docs

* will it delete user.yml

* Auto-update docs

* test profile as env

* echo echo

* space

* secretS

* nope, only encrypted

* Auto-update docs

* clean up test profile

* Auto-update docs

* pythonless test

* Auto-update docs

* del blank line

* jk keep python

* Auto-update docs

* docs branch

* docs branch

* docs branch

* manual -b

* checkout main first

* upstream

* set upstream later

* ok now if theres a change

* or

* git

* fetch

* new branch success, what about existing branch

* ff only

* conditional git

* del and create new docs branch

* true

* true elsewhere

* del docs dir

Co-authored-by: github-actions <abc@xyz>
2022-05-25 09:25:04 -06:00
.dbt Automate Docs Generate (#21) 2022-05-24 18:34:03 -06:00
.github/workflows Auto-gen docs to separate branch (#22) 2022-05-25 09:25:04 -06:00
analysis initial setup files 2022-04-14 11:34:12 -07:00
data initial setup files 2022-04-14 11:34:12 -07:00
docs Automate Docs Generate (#21) 2022-05-24 18:34:03 -06:00
macros AN-1201/tests (#18) 2022-05-19 17:53:07 -06:00
models AN-1201/tests (#18) 2022-05-19 17:53:07 -06:00
snapshots initial setup files 2022-04-14 11:34:12 -07:00
tests initial setup files 2022-04-14 11:34:12 -07:00
.gitignore Automate Docs Generate (#21) 2022-05-24 18:34:03 -06:00
dbt_project.yml AN-1121 Initial push of Silver Transactions (#3) 2022-05-02 16:01:51 -06:00
LICENSE Initial commit 2022-04-14 11:08:03 -07:00
netlify.toml AN-1294/Docs (#15) 2022-05-17 15:38:51 -06:00
packages.yml initial setup files 2022-04-14 11:34:12 -07:00
README.md initial setup files 2022-04-14 11:34:12 -07:00

Profile Set Up

Use the following within profiles.yml


flow:
  target: dev
  outputs:
    dev:
      type: snowflake
      account: <ACCOUNT>
      role: <ROLE>
      user: <USERNAME>
      password: <PASSWORD>
      region: <REGION>
      database: FLOW_DEV
      warehouse: <WAREHOUSE>
      schema: silver
      threads: 4
      client_session_keep_alive: False
      query_tag: <TAG>

Resources:

  • Learn more about dbt in the docs
  • Check out Discourse for commonly asked questions and answers
  • Join the chat on Slack for live discussions and support
  • Find dbt events near you
  • Check out the blog for the latest news on dbt's development and best practices