Skip to content

Commit 11bdda5

Browse files
authored
Merge pull request #30 from thisisqubika/DC-355
[DC-355 + DC-356]-Code refactor to enhance mantainability + fix on file persistence
2 parents 8c509a5 + 9896d14 commit 11bdda5

55 files changed

Lines changed: 2073 additions & 2393 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

MAPPING_EXAMPLES.md

Lines changed: 0 additions & 812 deletions
This file was deleted.

REFACTOR_PLAN.md

Lines changed: 667 additions & 0 deletions
Large diffs are not rendered by default.

src/artifact_translation_package/config/ddl_config.py

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -160,16 +160,6 @@ class DDLConfig:
160160
"endpoint": LangGraphConfig.DBX_ENDPOINT.value
161161
}
162162
},
163-
"sequences_translator": {
164-
"provider": "databricks",
165-
"model": "databricks-llama-4-maverick",
166-
"temperature": 0.2,
167-
"max_tokens": 4000,
168-
"additional_params": {
169-
"endpoint": LangGraphConfig.DBX_ENDPOINT.value
170-
}
171-
},
172-
173163
"evaluator": {
174164
"provider": "databricks",
175165
"model": "databricks-llama-4-maverick",
@@ -205,7 +195,7 @@ class DDLConfig:
205195
"enabled": True,
206196
"report_all_results": False,
207197
"llm_validated_artifacts": ["procedures", "pipes"],
208-
"skip_unsupported_artifacts": ["grants", "procedures", "udfs"]
198+
"skip_unsupported_artifacts": ["grants", "procedures", "udfs", "stages", "pipes", "roles"]
209199
},
210200
"langsmith": {
211201
"tracing": LangGraphConfig.LANGSMITH_TRACING.value,

0 commit comments

Comments
 (0)