Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2025 01:07 AM
Hello @dylan19
Good day!!
Thats very frustrating! well just to check
Did you change the .dbquery.ipynb file to a .sql file in your Git repository. For example, extract the SQL content from the .ipynb file (a JSON format) and saved it as plain text in a .sql file? ( I am not sure on this, just sharing my ideas may be others also confirm on this) I am also curious to know what could be solution for this issue.
Just checking?
Is your DAB config is like this?
resources:
jobs:
my_sql_job:
name: RunSQLQuery
tasks:
- task_key: run_sql
sql_task:
warehouse_id: "<your-sql-warehouse-id>"
sql_file:
source: workspace
path: "/Workspace/Path/To/Your/file.sql"