-
Updated
Mar 7, 2019 - JavaScript
snowflake
Here are 418 public repositories matching this topic...
-
Updated
Nov 24, 2021 - JavaScript
-
Updated
Nov 27, 2021 - C#
-
Updated
Nov 29, 2021 - TypeScript
Exposing the current GrowthBook version in the footer will help users know what version they're running and can help debug problems. Text should be small and muted.
Steps to implement this:
- In the
.github/workflows/deploy.yml
docker job, before runningdocker build
, we can create a file containing the current GitHub commit hash and date - In
Dockerfile
, we can copy this file to the
-
Updated
Nov 30, 2021 - Vue
-
Updated
Nov 16, 2021 - Go
-
Updated
Sep 9, 2021 - C#
-
Updated
Nov 29, 2021 - Java
-
Updated
Mar 31, 2021 - Java
-
Updated
Nov 1, 2021 - C
In normal mode, the cookie in the browser is cleared when the user logs out.
In anonymous mode, users cannot actively log out.
The current approach is to call the isAnonymous
function directly in router.ts
to determine whether it is in anonymous mode.
But in fact, we have implemented AnonymousUserService
, and we can implement the logic of logout in UserService
and AnonymousUserSe
-
Updated
Aug 29, 2021 - C#
-
Updated
Sep 10, 2021 - Java
-
Updated
Oct 31, 2021 - TypeScript
-
Updated
Nov 29, 2021 - Java
Support copy into queries
I'm new to the idea of Data Vault 2.0 and I'm reading the Dan Linstedt book to understand it better.
To help me get a better perspective of how dbtvault works I would like to know how difficult do you think it would be to add support for BigQuery?
Are there specific features of Snowflake which makes it better for running dbt/dbtvault ?
Thanks,
Jacob
-
Updated
Nov 25, 2021 - JavaScript
-
Updated
Nov 26, 2021 - Go
Improve this page
Add a description, image, and links to the snowflake topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the snowflake topic, visit your repo's landing page and select "manage topics."
We need to increase the number of datasources that MindsDB supports. This task should add a new dbt addapter for connecting to dbt. You can get more info on dbt docs.
If possible, please include a test for the datasource. You can check the example here.