dylan_just
06/09/2022, 7:10 AMselect attribute, but my elt run isn't ingesting the new tables. Any idea why this might be?dylan_just
06/09/2022, 7:11 AMdylan_just
06/09/2022, 7:12 AMdylan_just
06/09/2022, 7:48 AMvisch
06/09/2022, 12:12 PMcatalog generated by the tap during discovery , in this case, tap-postgres
Currently the select doesn't fail if something doesn't exist.
I'm not clear about exactly how this would be implemented as there's a lot of factors to think about as there's glob syntax available for selects.
--
What people do today:
Generally since you're parsing the data with DBT anyways you'll see that the data doesn't exist in the DB when DBT blows up yelling at you for source data not existing.dylan_just
06/09/2022, 12:17 PMvisch
06/09/2022, 1:02 PMvisch
06/09/2022, 1:04 PMGenerally since you're parsing the data with DBT anyways you'll see that the data doesn't exist in the DB when DBT blows up yelling at you for source data not existing.A bit, to be sure your data is up to date, folks write tests in DBT on the source data as well (using freshness normally) just to be sure Meltano keeps doing what it promised for you
dylan_just
06/10/2022, 12:13 AM