Shawn Castrianni
Shawn Castrianni
I would like to make it harder for customers of my template to absorb breaking changes. The first number in semantic versioning is MAJOR and should be changed for breaking...
The latest release of sqlalchemy 1.4.42 has renamed all of the rfc 1738 stuff so this import no longer works: https://github.com/snowflakedb/snowflake-sqlalchemy/blob/be1f7417ee52f29943e082a51d87a5104e78205a/src/snowflake/sqlalchemy/util.py#L8
I am passing my credentials in the git url when I call git clone. However, lambda-git is logging it back to stdout and revealing my credentials. Is there a way...
### Issue description I am trying to read data from a query from a Macintosh running .net6 and get an exception. The code runs fine on Windows. ### Example code...
### Terraform CLI and Provider Versions TF v1.5.2 Snowflake TF 0.80.0 ### Terraform Configuration ```terraform resource "snowflake_view" "CustomerView" { provider = snowflake.READER_ACCOUNTADMIN for_each = local.customer_views database = snowflake_database.CustomerDatabase[split(".", each.key)[0]].name schema...
There are 2 ways to send an email: SendEmail(IEmailMessage) SendEmail(string,string,string) The second option is NO GOOD if you need to specify a CC recipient. Therefore, I MUST use the first...
I came to this sample after trying to follow Google's official documentation until I realized that Google's official documentation is newer than what Xamarin supports. The Xamarin.GooglePlayServices.Games and Auth nugets...
I have a page that shows either a chart or a spreadsheet view. The user can toggle between the two which just sets the chart visible and spreadsheet invisible or...
If I want to create a sumologic_folder at the root of the "/Library" folder, I assumed I would leave the parent_id unset or as an empty string, but it complains....
Suppose I had a yml file that declared a function that is called throughout that yml file. Can I add an overlay that redefines that function to have different content?