Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add seed to test of external node unit test, and indirectly have the …
…external node point to it Previously I was getting an error about the columns for the external model not being fetchable from the database via the macro `get_columns_in_relation`. By creating a seed for the tests, which creates a table in postgres, we can then tell the external model that it's database schema and identifier (the relation) is that table from the seed without make the seed an actual dependency of the external model in the dag.
- Loading branch information