We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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'] )
The text was updated successfully, but these errors were encountered:
ravi-databricks
Successfully merging a pull request may close this issue.
Since direct publishing mode is in public preview and going forward dpm will be default behavior no need to do following check
The text was updated successfully, but these errors were encountered: