You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+2
Original file line number
Diff line number
Diff line change
@@ -221,6 +221,8 @@ For example, in the above result set, we can see that `status` and `amount` have
221
221
switched order. Further, `order_date` is a timestamp in our "a" relation, whereas
222
222
it is a date in our "b" relation.
223
223
224
+
Note: For adapters other than BigQuery, Postgres, Redshift, and Snowflake, the ordinal_position is inferred based on the response from dbt Core's `adapter.get_columns_in_relation()`, as opposed to being loaded from the information schema.
0 commit comments