-
Notifications
You must be signed in to change notification settings - Fork 21
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
Modify _v toggle to a string per data source #130
Comments
addresses mozilla#130 Makes the _v of the schema browser toggle into a configurable string per data source. It is not required and if it is not filled in the toggle will not appear in the schema browser. Not in postgres query_runner because then test_interactive_new fails.
PR #147 |
with fixes for doc_url (not needed lines removed) and mozilla#130
PR #170 |
On staging (https://pipeline-sql.stage.mozaws.net/data_sources/1) the Mozilla metadata data source has a toggle table string of '_v' for testing purposes. |
There are now several components to this feature.
|
addresses mozilla#130 Makes the _v of the schema browser toggle into a configurable string per data source. It is not required and if it is not filled in the toggle will not appear in the schema browser. Not in postgres query_runner because then test_interactive_new fails.
with fixes for doc_url (not needed lines removed) and mozilla#130
Makes the _v of the schema browser toggle into a configurable string per data source. It is not required and if it is not filled in the toggle will not appear in the schema browser.
Makes the _v of the schema browser toggle into a configurable string per data source. It is not required and if it is not filled in the toggle will not appear in the schema browser.
addresses #130 Makes the _v of the schema browser toggle into a configurable string per data source. It is not required and if it is not filled in the toggle will not appear in the schema browser. Not in postgres query_runner because then test_interactive_new fails.
Makes the _v of the schema browser toggle into a configurable string per data source. It is not required and if it is not filled in the toggle will not appear in the schema browser.
Makes the _v of the schema browser toggle into a configurable string per data source. It is not required and if it is not filled in the toggle will not appear in the schema browser.
Makes the _v of the schema browser toggle into a configurable string per data source. It is not required and if it is not filled in the toggle will not appear in the schema browser.
Makes the _v of the schema browser toggle into a configurable string per data source. It is not required and if it is not filled in the toggle will not appear in the schema browser.
Makes the _v of the schema browser toggle into a configurable string per data source. It is not required and if it is not filled in the toggle will not appear in the schema browser.
Makes the _v of the schema browser toggle into a configurable string per data source. It is not required and if it is not filled in the toggle will not appear in the schema browser.
Before this ticket: on the query creation page you could click the "toggle" icon above the schema browser to remove any table with the string '_v' in its name from the list.
This ticket changes: the string in a table name that the "toggle" button uses to remove tables from the list is now set on each data source configuration page.
The text was updated successfully, but these errors were encountered: