Skip to content

remove DPM flag check inside dataflowpipline #177

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

Closed
ravi-databricks opened this issue Apr 2, 2025 · 0 comments · Fixed by #178
Closed

remove DPM flag check inside dataflowpipline #177

ravi-databricks opened this issue Apr 2, 2025 · 0 comments · Fixed by #178
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@ravi-databricks
Copy link
Contributor

Since direct publishing mode is in public preview and going forward dpm will be default behavior no need to do following check

dbp_enabled_str = spark.conf.get("pipelines.schema", None)
self.dpm_enabled = True if dbp_enabled_str else False
            target_table = (
                f"{target_cl_name}{target_db_name}.{target_table_name}"
                if self.uc_enabled and self.dpm_enabled
                else silver_dataflow_spec.targetDetails['table']
            )
@ravi-databricks ravi-databricks self-assigned this Apr 2, 2025
@ravi-databricks ravi-databricks added the enhancement New feature or request label Apr 2, 2025
@ravi-databricks ravi-databricks added this to the v0.0.10 milestone Apr 2, 2025
@ravi-databricks ravi-databricks linked a pull request Apr 2, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant