Hello everyone, I have almost zero exposure to dbt. I have gone through the documentation of it but got even confused. Can someone please explain in layman’s terms
- what happens when I run “dbt run -m” command.
- what happens when I run “dbt run --full-refresh -m” command.
- what is the best way to bring the latest data amongst the 2 mentioned above.
- why do add “+”. and what is upstream?
- why is “-m” used in dbt?
- what does “dbt test -m” query do?
I know my questions are very trivial but please let me know why do we use them?
Thank you.