-
Updated
Mar 7, 2019 - JavaScript
snowflake
Here are 393 public repositories matching this topic...
-
Updated
Sep 9, 2021 - JavaScript
-
Updated
Aug 26, 2021 - C#
-
Updated
Sep 13, 2021 - TypeScript
-
Updated
Sep 12, 2021 - Go
-
Updated
Sep 9, 2021 - C#
-
Updated
Mar 31, 2021 - Java
-
Updated
Sep 3, 2021 - C
-
Updated
Aug 21, 2021 - Go
-
Updated
Aug 29, 2021 - C#
-
Updated
Sep 10, 2021 - Java
-
Updated
Aug 15, 2021 - JavaScript
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
Apr 16, 2021 - Go
-
Updated
Sep 13, 2021 - JavaScript
-
Updated
Nov 3, 2020 - 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
-
Updated
Sep 8, 2021 - Java
-
Updated
Oct 12, 2018 - Java
Add loader while connection is being tested, else the user doesn't get any feedback
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."
Problem
At present, our API documentation and API configuration in Jitsu Server contain some discrepancies. Since Jitsu API grows fast It's unavoidable. We should improve it. Clear documentation is an essential thing in OSS projects.
Solution
We should create Open API specification (yaml file) and generate both Jitsu Server handlers (gin-gonic) and doc