snowflake
Here are 231 public repositories matching this topic...
First of all, thanks to the contributors of Sqitch for all of your work! It's a great, simple tool.
I am struggling to run my first deployment of a newly initialized Sqitch project. I have successfully written and tested my deploy, revert, and verify code on a local test DB. However, when I run the deployment on our prod machine, I consistently get an error,
access denied for use
-
Updated
May 6, 2020 - C#
-
Updated
May 22, 2020 - Java
-
Updated
May 30, 2020 - Go
-
Updated
Jan 13, 2020 - Java
-
Updated
Mar 23, 2020 - JavaScript
-
Updated
Oct 12, 2018 - Java
-
Updated
Mar 18, 2020 - Go
Issue description
statementTypeID do not include DDL id's. It would be useful to have the DDL id documented as well.
const (
statementTypeIDDml = int64(0x3000)
statementTypeIDInsert = statementTypeIDDml + int64(0x100)
statementTypeIDUpdate = statementTypeIDDml + int64(0x200)
statementTypeIDDelete = statementTypeIDDml + int64(0x30-
Updated
May 11, 2017 - C
-
Updated
Oct 12, 2017 - C#
-
Updated
Jun 2, 2020 - Java
-
Updated
Apr 8, 2020 - PHP
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
Feb 21, 2017 - Vue
-
Updated
Dec 7, 2019 - C++
-
Updated
Jan 4, 2020 - Java
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."
I download the ZIP and run
npm installbut then I runexpo startand I get:How I solve this?
Th