-
Notifications
You must be signed in to change notification settings - Fork 228
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pull request made in error, sorry! #1134
Pull request made in error, sorry! #1134
Commits on Nov 19, 2022
-
Adding in additional support for iceberg v2 tables
Found a way to identify iceberg tables given that spark returns an error when trying to execute "SHOW TABLE EXTENDED..." See https://issues.apache.org/jira/browse/SPARK-33393 Instead of show table extended a "DESCRIBE EXTENDED" is performed to retrieve the provider information. This allows for identification of iceberg through an is_iceberg member variable. Allow for multiple join conditions to allow for mutliple columns to make a row distinct Use is_iceberg everywhere handling iceberg tables differs from other sources of data.
Configuration menu - View commit details
-
Copy full SHA for 9d88e83 - Browse repository at this point
Copy the full SHA 9d88e83View commit details -
Setting _schema rather than replacing it
[CT-276] Apache Iceberg Support dbt-labs#294 The _schema variable was used for non-iceberg tables but was being overridden by work for iceberg v2 tables. I've made it so the iceberg condition will set _schema rather than blanket changing the schema for all providers.
Configuration menu - View commit details
-
Copy full SHA for 3d6d5bd - Browse repository at this point
Copy the full SHA 3d6d5bdView commit details -
Renaming macro and method name
On second look I wasn't happy with my name choices for macro name and method, hopefully what I have now makes more sense. [CT-276] Apache Iceberg Support dbt-labs#294
Configuration menu - View commit details
-
Copy full SHA for b3bc8a4 - Browse repository at this point
Copy the full SHA b3bc8a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for cb3a1a7 - Browse repository at this point
Copy the full SHA cb3a1a7View commit details -
Removing the is_iceberg check it is not needed
Upon further investigation this check is not needed since self.database will not be set.
Configuration menu - View commit details
-
Copy full SHA for b8d3aa0 - Browse repository at this point
Copy the full SHA b8d3aa0View commit details -
cccs-jc committed
Nov 19, 2022 Configuration menu - View commit details
-
Copy full SHA for fab6c96 - Browse repository at this point
Copy the full SHA fab6c96View commit details -
re-added Dan's fix taken out in rebase operation
cccs-jc committedNov 19, 2022 Configuration menu - View commit details
-
Copy full SHA for 7a764ca - Browse repository at this point
Copy the full SHA 7a764caView commit details
Commits on Nov 20, 2022
-
added tblproperties support and test
cccs-jc committedNov 20, 2022 Configuration menu - View commit details
-
Copy full SHA for 67e71d4 - Browse repository at this point
Copy the full SHA 67e71d4View commit details -
cccs-jc committed
Nov 20, 2022 Configuration menu - View commit details
-
Copy full SHA for 028890f - Browse repository at this point
Copy the full SHA 028890fView commit details -
_make_relation instead of calling adapter directly
cccs-jc committedNov 20, 2022 Configuration menu - View commit details
-
Copy full SHA for 973191f - Browse repository at this point
Copy the full SHA 973191fView commit details -
hook to create session and register python UDF
cccs-jc committedNov 20, 2022 Configuration menu - View commit details
-
Copy full SHA for 2067c94 - Browse repository at this point
Copy the full SHA 2067c94View commit details
Commits on Nov 21, 2022
-
support for custom pyspark views
cccs-jc committedNov 21, 2022 Configuration menu - View commit details
-
Copy full SHA for 6308ae0 - Browse repository at this point
Copy the full SHA 6308ae0View commit details -
depend on dbt-core 1.3.0 for now
cccs-jc committedNov 21, 2022 Configuration menu - View commit details
-
Copy full SHA for 2464ccb - Browse repository at this point
Copy the full SHA 2464ccbView commit details -
Configuration menu - View commit details
-
Copy full SHA for f322c03 - Browse repository at this point
Copy the full SHA f322c03View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b6d626 - Browse repository at this point
Copy the full SHA 3b6d626View commit details -
Configuration menu - View commit details
-
Copy full SHA for e7df002 - Browse repository at this point
Copy the full SHA e7df002View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4354db7 - Browse repository at this point
Copy the full SHA 4354db7View commit details
Commits on Nov 22, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 5fbb168 - Browse repository at this point
Copy the full SHA 5fbb168View commit details -
Configuration menu - View commit details
-
Copy full SHA for ffea5dd - Browse repository at this point
Copy the full SHA ffea5ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3981eaf - Browse repository at this point
Copy the full SHA 3981eafView commit details -
Configuration menu - View commit details
-
Copy full SHA for cc96981 - Browse repository at this point
Copy the full SHA cc96981View commit details
Commits on Nov 25, 2022
-
cccs-jc committed
Nov 25, 2022 Configuration menu - View commit details
-
Copy full SHA for 2588982 - Browse repository at this point
Copy the full SHA 2588982View commit details -
cccs-jc committed
Nov 25, 2022 Configuration menu - View commit details
-
Copy full SHA for 9d348e3 - Browse repository at this point
Copy the full SHA 9d348e3View commit details -
remove check for multiple database
cccs-jc committedNov 25, 2022 Configuration menu - View commit details
-
Copy full SHA for 0207f0c - Browse repository at this point
Copy the full SHA 0207f0cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a0ae71 - Browse repository at this point
Copy the full SHA 6a0ae71View commit details
Commits on Jan 11, 2023
-
cccs-jc committed
Jan 11, 2023 Configuration menu - View commit details
-
Copy full SHA for 1abbb28 - Browse repository at this point
Copy the full SHA 1abbb28View commit details -
cccs-jc committed
Jan 11, 2023 Configuration menu - View commit details
-
Copy full SHA for 26908e0 - Browse repository at this point
Copy the full SHA 26908e0View commit details -
Merge pull request dbt-labs#13 from dparent1/feature/pipeline
added missing iceberg check
Configuration menu - View commit details
-
Copy full SHA for 804ab03 - Browse repository at this point
Copy the full SHA 804ab03View commit details
Commits on Jan 20, 2023
-
_get_columns_for_catalog was not returning right info
cccs-jc committedJan 20, 2023 Configuration menu - View commit details
-
Copy full SHA for 3b62715 - Browse repository at this point
Copy the full SHA 3b62715View commit details -
Merge pull request dbt-labs#14 from dparent1/feature/pipeline
Fix for datahub recipe
Configuration menu - View commit details
-
Copy full SHA for 999d3d0 - Browse repository at this point
Copy the full SHA 999d3d0View commit details
Commits on Jan 30, 2023
-
temporary fix for iceberg table discovery
it's too slow to issue a describe table for every table in a schema
cccs-jc committedJan 30, 2023 Configuration menu - View commit details
-
Copy full SHA for f432695 - Browse repository at this point
Copy the full SHA f432695View commit details -
Merge pull request dbt-labs#15 from dparent1/feature/pipeline
temporary fix for iceberg table discovery
Configuration menu - View commit details
-
Copy full SHA for 64c78a4 - Browse repository at this point
Copy the full SHA 64c78a4View commit details
Commits on May 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for df25656 - Browse repository at this point
Copy the full SHA df25656View commit details
Commits on Jun 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1c3d63b - Browse repository at this point
Copy the full SHA 1c3d63bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a648d7 - Browse repository at this point
Copy the full SHA 6a648d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for a5898ec - Browse repository at this point
Copy the full SHA a5898ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for fe6ed4e - Browse repository at this point
Copy the full SHA fe6ed4eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 28b1275 - Browse repository at this point
Copy the full SHA 28b1275View commit details -
Configuration menu - View commit details
-
Copy full SHA for d12e189 - Browse repository at this point
Copy the full SHA d12e189View commit details -
Configuration menu - View commit details
-
Copy full SHA for ff77f35 - Browse repository at this point
Copy the full SHA ff77f35View commit details
Commits on Jun 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e27e95d - Browse repository at this point
Copy the full SHA e27e95dView commit details -
Configuration menu - View commit details
-
Copy full SHA for ab7aed6 - Browse repository at this point
Copy the full SHA ab7aed6View commit details -
Configuration menu - View commit details
-
Copy full SHA for df2207a - Browse repository at this point
Copy the full SHA df2207aView commit details
Commits on Jun 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for db90b1e - Browse repository at this point
Copy the full SHA db90b1eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e72f75 - Browse repository at this point
Copy the full SHA 3e72f75View commit details -
Merge pull request #5 from CybercentreCanada/cccs/1.3.0-change-pipeline
Cccs/1.3.0 change pipeline
Configuration menu - View commit details
-
Copy full SHA for 09b71b7 - Browse repository at this point
Copy the full SHA 09b71b7View commit details
Commits on Jul 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8f0c2a3 - Browse repository at this point
Copy the full SHA 8f0c2a3View commit details
Commits on Jul 19, 2024
-
Merge pull request #4 from CybercentreCanada/cccs/1.3.0-python-models…
…-yuyu Port over Yuyu's changes from 1.6.0 to 1.3.0
Configuration menu - View commit details
-
Copy full SHA for f0b9911 - Browse repository at this point
Copy the full SHA f0b9911View commit details
Commits on Jul 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for eda284d - Browse repository at this point
Copy the full SHA eda284dView commit details
Commits on Aug 21, 2024
-
Removes v1 table operations and allows throwing of exception when cat…
…alog return is bad
Configuration menu - View commit details
-
Copy full SHA for c4679e7 - Browse repository at this point
Copy the full SHA c4679e7View commit details
Commits on Aug 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a49dd6c - Browse repository at this point
Copy the full SHA a49dd6cView commit details -
Merge pull request #6 from LoudCloudCrowd/fix/adapter-handle-rest-outage
Removes v1 table operations and allows throwing of exception when catalog return is bad
Configuration menu - View commit details
-
Copy full SHA for 215ed92 - Browse repository at this point
Copy the full SHA 215ed92View commit details
Commits on Aug 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for beac3a0 - Browse repository at this point
Copy the full SHA beac3a0View commit details -
Cccs/main setuptools bugfix (#8)
* Setuptools breaks on version 71+, force 70.1.0 * Need to run dev requirements before main * Typo * Try setting version directly in pipeline file for now
Configuration menu - View commit details
-
Copy full SHA for 48bd31e - Browse repository at this point
Copy the full SHA 48bd31eView commit details
Commits on Oct 18, 2024
-
* Bump version to 1.4.9 * Adds partitioning branch for Python dbt models (#9) --------- Co-authored-by: LoudCloudCrowd <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b0113bd - Browse repository at this point
Copy the full SHA b0113bdView commit details
Commits on Oct 31, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c16084c - Browse repository at this point
Copy the full SHA c16084cView commit details