Get my Modern Data Essentials training (for free) & start building more reliable data architectures www.ModernDataCommunity.com
@0523036 Жыл бұрын
@kahanDataSolutins, will The Playbook for dbt include the DBT cloud knowledge as well.. like how to schedule and how to run the jobs in different environments and how to set up those environment variables in the cloud and all please, Jinja and macro coding etc.
@khabulbasha366 Жыл бұрын
Can we have multiple profiles in the profiles.yml apart from multiple environmnents. For example, haivng Snowflake and Redshift. If yes, how to connect the same?
@sergzador Жыл бұрын
Hey @Mike thank you for the video. One thing I did not see anyone covered is how DBT layers translate to DW objects. For example, it was quite surprising to me that "raw" layer is a separate DB. I just joined a new org and they did the same. I think this is a bit unusual approach, so would be great to see it covered.
@HuongPham-kk5pk Жыл бұрын
Hello Kahan, I want to know if maybe DBT can connect with 2 adapters in one project If yes, then how? Thank You.
@KahanDataSolutions Жыл бұрын
As I understand it, you can only use one adapter per project.
@roberbonox Жыл бұрын
Dude how are u, how can i used already created streams in snowflake in DBT?? Call them as tables sources or what? Thanks
@olaoluwatobi97952 жыл бұрын
Hello Kahan, I want to know if maybe DBT can run multi-selector tags If yes, then how? Thank You.
@KahanDataSolutions2 жыл бұрын
Try adding comma-separated tags (ex. dbt run -s tag: tag_1, tag_2) to run multiple. I haven't tried myself but that would be my first thought. Here are the docs for more info: docs.getdbt.com/reference/resource-configs/tags
@olaoluwatobi97952 жыл бұрын
@@KahanDataSolutions Thank You
@HeavensMeat2 жыл бұрын
Do you know why a pipe symbol | is necessary for the database assignment in your example ~5:54 mark on line 5 (database: |)? If so could you please explain this?
@KahanDataSolutions2 жыл бұрын
This is YAML syntax for handling multi-line strings. I cover it more in this video - kzbin.info/www/bejne/eHbOmpKoqLyoaqc
@sharvilpopli55052 жыл бұрын
how would you change target dynamically based on branch its in in git?
@surajprasad91552 жыл бұрын
How to config and run it in dbt cloud
@alaham25902 жыл бұрын
Nice content on dbt, thank u, keep it up !
@KahanDataSolutions2 жыл бұрын
Appreciate it!
@metaller_alex2 ай бұрын
Changing logic between environments is shooting in the leg.