Skip to content

Commit

Permalink
chore: Added information about location table to readme (dbt-labs#628) (
Browse files Browse the repository at this point in the history
  • Loading branch information
cuff-links authored May 31, 2024
1 parent b0f0c45 commit ac740fb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -846,6 +846,8 @@ def model(dbt, spark_session):
runs on Trino.
- Snapshot materializations are not supported.
- Spark can only reference tables within the same catalog.
- For tables created outside of the dbt tool, be sure to populate the location field or dbt will throw an error
when trying to create the table.

[pre-installed list]: https://docs.aws.amazon.com/athena/latest/ug/notebooks-spark-preinstalled-python-libraries.html
[imported manually]: https://docs.aws.amazon.com/athena/latest/ug/notebooks-import-files-libraries.html
Expand Down

0 comments on commit ac740fb

Please sign in to comment.