-
In https://github.com/facebook/Ax/pull/2974 we added a message that reads "ATTENTION: The Ax team is considering deprecating SQLAlchemy storage. If you are currently using SQLAlchemy storage, please r…
-
Some system to avoid having to reestablish the database connection with a hard-coded password everytime we make a call
-
We already check replication consistency on an ongoing basis and can check replication consistency explicitly through a KV API command CheckConsistency(). This issue is about developing a system that …
-
### Check for previous/existing GitHub issues/module proposals
- [X] I have checked for previous/existing GitHub issues/module proposals.
### Check this module doesn't already exist in the modul…
-
could you please give me the sql file which called testdb
-
### Reason/inspiration (optional)
We would like a new entry on the `sqlite3` term under Python. The entry should go in a new file under `docs/content/python/concepts/sql-connectors/terms/sqlite3/sq…
-
### Description
Add series smoothing to SQL runner.
-
The current client doesn't allow queries like "select A, B from table" because it requires "SELECT" instead of "select". The client should accept SQL keywords with lowercase characters.
-
- [ ] [SQL style guide by Simon Holywell](https://www.sqlstyle.guide/)
# SQL Style Guide
by Simon Holywell · @Treffynnon
## Overview
### General
**Do**
- Use consistent and descriptive identifiers …
-
## Specification
### JDBC SQL User's Configuration
**metricshub.yaml**
```yaml
resources:
db-host:
attributes:
# ...
protocols:
jdbc:
username: #
password: #
…