littleK0i
littleK0i
Could you attach a beginning part of the log mentioning Snowflake version? I suspect some new version was released with substantial breaking changes, but not all customers received it yet....
Hmm, I see. I wonder when did they make this change to SET command. Let me take a closer look and rework resolver to execute ADD / REMOVE instead of...
Should be fixed in `0.44.0`. I reverse engineered a secret command to obtain full list of target accounts for each outbound share. Previously it worked only with 3. And this...
It is in an interesting topic for sure. In theory, this specific issue can be fixed by executing DROP commands before CREATE commands. But many other similar changes cannot be...
I'll keep this issue in my mind, but currently no plans to change it. We would probably have to rework the current design of resolving object types one-by-one sequentially in...
Yeah.. it seems, Snowflake keeps adding new undocumented properties without adding them to output of `DESC STAGE` command. Because of that we cannot figure out data type of property to...
It appears only when it was defined explicitly. Which is very unusual, since other parameters appear in DESC at all times. Try to create a stage without AWS_SNS_TOPIC, run DESC...
@apd-bbaker , try `0.44.1` update. As a workaround, I've added phantom entry for `AWS_SNS_TOPIC` to existing parameters. It should no longer throw `ValueError`. I'll think about more permanent fix and...
This is a bit odd, since it works in my internal tests. Could you attach full log with Snowflake version / SnowDDL version at the top and and with `--show-sql`...
@apd-bbaker , did you have a chance to check `AWS_SNS_TOPIC` with newer SnowDDL versions?