Skip to content
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

Better error message when sqlite URL uses relative path #36774

Merged
merged 1 commit into from Jan 14, 2024

Conversation

potiuk
Copy link
Member

@potiuk potiuk commented Jan 14, 2024

When sqlite URL uses relative path, the error printed is quite cryptic:

sqlalchemy.exc.OperationalError: (sqlite3.OperationalError) unable to open database file

This might easily happen for example when you are in a hurry and put relative value in your AIRFLOW_HOME.

This PR checks if sql is relative and throws more appropriate and explicit message what is wrong.


^ Add meaningful description above
Read the Pull Request Guidelines for more information.
In case of fundamental code changes, an Airflow Improvement Proposal (AIP) is needed.
In case of a new dependency, check compliance with the ASF 3rd Party License Policy.
In case of backwards incompatible changes please leave a note in a newsfragment file, named {pr_number}.significant.rst or {issue_number}.significant.rst, in newsfragments.

@potiuk
Copy link
Member Author

potiuk commented Jan 14, 2024

cc: @mac2000

When sqlite URL uses relative path, the error printed is quite
cryptic:

```
sqlalchemy.exc.OperationalError: (sqlite3.OperationalError) unable to open database file
```

This might easily happen for example when you are in a hurry and put
relative value in your AIRFLOW_HOME.

This PR checks if sql is relative and throws more appropriate and
explicit message what is wrong.
@potiuk potiuk force-pushed the add-sqlite-check-for-relative-path branch from ccc813f to 385f23a Compare January 14, 2024 20:02
@potiuk potiuk mentioned this pull request Jan 14, 2024
@jscheffl jscheffl added this to the Airflow 2.8.1 milestone Jan 14, 2024
@jscheffl jscheffl added the type:improvement Changelog: Improvements label Jan 14, 2024
@potiuk potiuk merged commit 082055e into apache:main Jan 14, 2024
55 checks passed
@potiuk potiuk deleted the add-sqlite-check-for-relative-path branch January 14, 2024 21:43
potiuk added a commit that referenced this pull request Jan 14, 2024
When sqlite URL uses relative path, the error printed is quite
cryptic:

```
sqlalchemy.exc.OperationalError: (sqlite3.OperationalError) unable to open database file
```

This might easily happen for example when you are in a hurry and put
relative value in your AIRFLOW_HOME.

This PR checks if sql is relative and throws more appropriate and
explicit message what is wrong.

(cherry picked from commit 082055e)
@potiuk
Copy link
Member Author

potiuk commented Jan 14, 2024

Same here - cherry-picked to 2.8.1 @ephraimbuddy

@ephraimbuddy ephraimbuddy added type:bug-fix Changelog: Bug Fixes and removed type:improvement Changelog: Improvements labels Jan 15, 2024
ephraimbuddy pushed a commit that referenced this pull request Jan 15, 2024
When sqlite URL uses relative path, the error printed is quite
cryptic:

```
sqlalchemy.exc.OperationalError: (sqlite3.OperationalError) unable to open database file
```

This might easily happen for example when you are in a hurry and put
relative value in your AIRFLOW_HOME.

This PR checks if sql is relative and throws more appropriate and
explicit message what is wrong.

(cherry picked from commit 082055e)
abhishekbhakat pushed a commit to abhishekbhakat/my_airflow that referenced this pull request Mar 5, 2024
When sqlite URL uses relative path, the error printed is quite
cryptic:

```
sqlalchemy.exc.OperationalError: (sqlite3.OperationalError) unable to open database file
```

This might easily happen for example when you are in a hurry and put
relative value in your AIRFLOW_HOME.

This PR checks if sql is relative and throws more appropriate and
explicit message what is wrong.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:bug-fix Changelog: Bug Fixes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants