[CT-983] Support dbt Python models in OSS Apache Spark #415
Labels
enhancement
New feature or request
help_wanted
Extra attention is needed
python_models
issues related to python model
Context: #407
The current implementation depends on Databricks APIs that are not available in OSS Apache Spark. We would like help from knowledgeable and interested community members, who could spec out an implementation using Spark-only functionality.
The entry point is
submit_python_job
:dbt-spark/dbt/adapters/spark/impl.py
Line 392 in 7f6cffe
potentially useful Spark doc: Submitting Applications
The text was updated successfully, but these errors were encountered: