hi, i am having an issue with the aws_asset_inventory transformation. I am not familiar with dbt, but I have been trying to dig into it, and for the life of me, I can’t figure this out.
When running the transformation, every item in the aws_resources
view shows the region as ‘unavailable
’. Based on the SQL, it looks at the source table to see if that column exists and then sets it based on that logic. When I run the SQL statements directly in Postgres, it is properly detecting some as 1 and some as 0, but when run with dbt, it always inserts unavailable
.
Is anyone else having a similar issue? Is this transform used by anyone else here?