Ananz2022
Ananz2022
Hi @dbeatty10 , this works perfectly! Thanks so much! I just wanted to follow up on the other dbt utils macros, such as: - dbt_utils.pivot() - dbt_utils.get_query_results_as_dict() - dbt_utils.date_spine() -...
@dbeatty10 Thank you! Below are examples of each macro I mentioned above. 1. dbt_utils.date_spine > seeds/test_a.csv > ``` > etl_extract_timestamp > 2025-01-03 15:02:02.505 +0000 > 2025-01-31 15:02:00.048 +0000 > 2025-02-07...
Thanks for the explanation @dbeatty10 . Yes, I agree that there are edge cases where --empty is not designed to handle. Since the examples I provided came from different developers...
@dbeatty10 Very excited excited to see your positive feedback! [Here](https://github.com/dbt-labs/dbt-utils/pull/1007) is the pull request I opened. Thank you!