Skip to content

feat: Spider Database #18

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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions databases/Spider.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
database_name: ai_assist_examples
sqlalchemy_uri: spider://
cache_timeout: null
expose_in_sqllab: true
allow_run_async: false
allow_ctas: false
allow_cvas: false
allow_dml: false
allow_csv_upload: false
extra:
metadata_params: {}
engine_params: {}
metadata_cache_timeout: {}
schemas_allowed_for_csv_upload: []
uuid: 4a8e60d1-307f-aa55-9a38-894f2ee7c58b
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this randomly generated?

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I generated it using my new BFF ChatGPT. I also could generate one "in superset" by manually connecting the DB and exporting it so I can get a uuid from it if that's preferred.

version: 1.0.0