Skip to content
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

DI-2029: Add SQLAlchemy DB type #41

Merged
merged 7 commits into from
Nov 10, 2021
Merged

DI-2029: Add SQLAlchemy DB type #41

merged 7 commits into from
Nov 10, 2021

Conversation

Rcharriol
Copy link
Contributor

The dockerfile assumes you got the data-commmon in the folder, so you can build the last version
Also theres some dirty logs all over the place, to have visibility
@Rcharriol Rcharriol marked this pull request as draft November 5, 2021 16:04
Comment on lines 248 to 252
spark_conf={
"spark.sql.catalog.hive_prod": "org.apache.iceberg.spark.SparkCatalog",
"spark.sql.catalog.hive_prod.type": "hive",
"spark.jars.packages" : "org.apache.iceberg:iceberg-spark3-runtime:0.12.0",
"spark.sql.catalog.hive_prod.uri": "thrift://hive-metastore:9083"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
spark_conf={
"spark.sql.catalog.hive_prod": "org.apache.iceberg.spark.SparkCatalog",
"spark.sql.catalog.hive_prod.type": "hive",
"spark.jars.packages" : "org.apache.iceberg:iceberg-spark3-runtime:0.12.0",
"spark.sql.catalog.hive_prod.uri": "thrift://hive-metastore:9083"
jars=["s3://artifacts.jampp.com/dw/code/iceberg-spark3-runtime-bc41476.jar"],
spark_conf={
"spark.sql.catalog.iceberg": "org.apache.iceberg.spark.SparkCatalog",
"spark.sql.catalog.iceberg.type": "hive",
"spark.sql.catalog.iceberg.uri": "thrift://hive-metastore:9083"

@gonzalezzfelipe gonzalezzfelipe changed the title DI-2029: DRAFT DI-2029: Add SQLAlchemy DB type Nov 9, 2021
@gonzalezzfelipe gonzalezzfelipe marked this pull request as ready for review November 9, 2021 15:12
@gonzalezzfelipe gonzalezzfelipe requested a review from a team November 9, 2021 16:14
Copy link
Contributor Author

@Rcharriol Rcharriol left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

image
😜

@gonzalezzfelipe gonzalezzfelipe merged commit 22e36a0 into master Nov 10, 2021
@gonzalezzfelipe gonzalezzfelipe deleted the DI-2029_Spark branch November 10, 2021 14:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants