analytics
Here are 405 public repositories matching this topic...
-
Updated
Oct 7, 2020 - Python
Currently our preflight/ endpoint is accessible at any time, even after the instance has already been correctly deployed. We should remove these routes after the app has been deployed (i.e. at least one user has been created in the instance), to avoid potentially leaking some information about the instance's setup (as we add more functionality to this page). To accomplish this,
- The `_prefligh
The existing code is here:
https://github.com/fishtown-analytics/dbt/blob/fa8a4f2020655c60bdb66270616f5654e168a729/core/dbt/task/debug.py#L337
But that won't work on some third party adapters. One example is Oracle, which requires a from clause in any select statement.
Instead, this should be an adapter method on the base adapter, named debug_query() that takes no arguments. Then adap
-
Updated
May 19, 2020 - Python
-
Updated
Aug 31, 2020 - Python
-
Updated
Oct 2, 2020 - Python
-
Updated
Sep 22, 2020 - Python
Abstract
Add Binance.US support for their API keys
Motivation
Due to the annoyances of US regulations surrounding financial laws, Binance had to split themselves up a bit and create a separate entity purely to handle their US customers. In theory the API should be the same but it's a different set of servers that need to be contacted. Otherwise API keys cannot be added for US binance
-
Updated
Apr 15, 2020 - Python
-
Updated
Oct 2, 2020 - Python
-
Updated
Oct 3, 2020 - Python
-
Updated
Apr 28, 2019 - Python
-
Updated
Oct 5, 2020 - Python
-
Updated
Sep 23, 2020 - Python
-
Updated
Jun 2, 2020 - Python
-
Updated
Jul 20, 2017 - Python
-
Updated
Nov 4, 2019 - Python
-
Updated
Dec 16, 2019 - Python
-
Updated
Aug 10, 2020 - Python
-
Updated
Oct 7, 2020 - Python
-
Updated
Jul 17, 2020 - Python
-
Updated
Sep 25, 2020 - Python
-
Updated
Apr 30, 2020 - Python
Improve this page
Add a description, image, and links to the analytics topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the analytics topic, visit your repo's landing page and select "manage topics."
Is your feature request related to a problem? Please describe.
I have a lot of trouble distinguishing between the shades of green signifying a running vs successful query in sqllab.
Describe the solution you'd like
Ideally these would be two different colors for running vs successful. Maybe yellow and green respectively?
Describe alternatives you've considered
If there isn't