Skip to content

Commit 7f2cd8e

Browse files
committed
Remove unused table name variables from databricks.yml
Table names are hardcoded in SQL files since DAB variables don't get substituted in SQL source files.
1 parent b47359f commit 7f2cd8e

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

knowledge_base/pipeline_with_ai_parse_document/databricks.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,6 @@ variables:
1616
output_volume_path:
1717
description: Output volume path for processed images
1818
default: /Volumes/main/default/parsed_output
19-
raw_table_name:
20-
description: Name of the raw parsed documents table
21-
default: parsed_documents_raw
22-
text_table_name:
23-
description: Name of the text output table
24-
default: parsed_documents_text
2519

2620
include:
2721
- resources/*.yml

0 commit comments

Comments
 (0)