-
Notifications
You must be signed in to change notification settings - Fork 0
setting up vscode #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
base: main
Are you sure you want to change the base?
Conversation
config.yaml
Outdated
database: sqlmesh_state_demo | ||
state_connection: | ||
type: cloud | ||
url: https://cloud.tobikodata.com/sqlmesh/tobiko/public-demo/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
UX Feedback: this should NOT be needed for tcloud users to get the extension to work
@@ -2,7 +2,6 @@ projects: | |||
public-demo: | |||
url: https://cloud.tobikodata.com/sqlmesh/tobiko/public-demo/ | |||
gateway: public-demo | |||
extras: bigquery,web,github,postgres | |||
pip_executable: uv pip |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
UX Feedback: This should be allowed to work for users as most tcloud customers are using uv pip today and it's much better experience for them.
config.yaml
Outdated
# connection: # This connection is used for automatic unit test generation and external model creation | ||
# type: bigquery | ||
# project: sqlmesh-public-demo | ||
# postgres: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
UX Feedback: there should be a way to prompt users to re-export the environment variables and/or provide helpful guidance to get the extension to pick these up.
Steps:
Things that I did: