Can not create pipeline with spark job #16341
-
Hi there, I am trying to create a pipeline with Spark job (My code is based on this tutorial: https://docs.open-metadata.org/v1.3.x/connectors/ingestion/lineage/spark-lineage#spark-lineage-ingestion). The tables used in the spark job all exist in OM This is my code: ss_conf = {'database': 'test_db', OM_JWT = "my_om_jwt" spark = ( sc = spark.sparkContext df1 = (spark print(df1.count()) df1.na.fill(0) spark.stop() |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
https://openmetadata.slack.com/archives/C02B6955S4S/p1716275227155619 |
Beta Was this translation helpful? Give feedback.
https://openmetadata.slack.com/archives/C02B6955S4S/p1716275227155619
open-metadata/openmetadata-spark-agent#19