-
Updated
Mar 7, 2019 - JavaScript
snowflake
Here are 418 public repositories matching this topic...
-
Updated
Nov 12, 2021 - JavaScript
-
Updated
Nov 9, 2021 - C#
-
Updated
Nov 12, 2021 - TypeScript
-
Updated
Nov 12, 2021 - Vue
-
Updated
Oct 22, 2021 - Go
-
Updated
Sep 9, 2021 - C#
-
Updated
Nov 11, 2021 - Java
-
Updated
Mar 31, 2021 - Java
-
Updated
Nov 1, 2021 - C
-
Updated
Nov 6, 2021 - Go
-
Updated
Aug 29, 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
Sep 10, 2021 - Java
-
Updated
Nov 12, 2021 - Java
-
Updated
Oct 31, 2021 - TypeScript
Support copy into queries
-
Updated
Nov 1, 2021 - JavaScript
-
Updated
Apr 16, 2021 - Go
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
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.