About Us

Cloudyard is being designed to help the people in exploring the advantages of Snowflake which is gaining momentum as a top cloud data warehousing solution.

Site provides professionals, with comprehensive and timely updated information in an efficient and technical fashion. From basic to Advanced concepts along with the realtime scenario,Weaves the SnowSql, jq parser,Snowflake-Python connector,propositional logic all at one place in order to unveil nuances of realtime flavour and experiences with Snowflake Cloud. Read More

Latest Post

Automating CSV & Parquet File Ingestion from S3 to Snowflake

In modern data architectures, businesses rely on automated pipelines to ingest, transform, and analyze data efficiently. Automating CSV & Parquet File Ingestion from S3 to Snowflake becomes crucial when customers place different file types (such as CSV and Parquet) in a single S3 bucket. This scenario demands a seamless, automated […]

Read More

Masking in SF Without Hardcoded Roles: Including ARRAY cols

In data-driven enterprises, data security is non-negotiable. Dynamic Masking policies in Snowflake help safeguard sensitive information such as customer emails, payment details, and purchased items. However, a common challenge arises: Hardcoded role names in masking policies make managing access permissions cumbersome. Whenever a new role is added or removed, the […]

Read More

Enhancing Snowflake Alerts for Dynamic Table Refresh Failures

Snowflake Dynamic Tables offer a powerful way to automate data transformations, ensuring that tables remain fresh and up to date. However, refresh failures can occur due to various reasons such as query errors, or resource constraints. To proactively monitor and respond to such failures, we can leverage Snowflake Alerts to […]

Read More

Dynamic CSV Column Mapping with Stored Procedures

Loading CSV files into Snowflake is a common data engineering task. However, a frequent challenge arises when CSV files contain more columns than their corresponding Snowflake tables. In such cases, the COPY INTO command with schema evolution (AUTO_CHANGE=TRUE) fails because it requires matching columns. To address this, Dynamic CSV Column […]

Read More

Snowflake Cost Monitoring with AWS CloudWatch & External Functions

Monitoring and optimizing cloud costs is a key challenge for businesses operating in cloud environments. Snowflake provides detailed usage insights, but integrating this data with AWS CloudWatch using External Functions allows organizations to track cost in real-time, set up alerts, and optimize warehouse utilization. What if we could integrate Snowflake […]

Read More

Snowflake Meets Streamlit: Smarter Data Export

One of the most common tasks is exporting data from cloud platforms like Snowflake and saving it in formats like CSV for further analysis or sharing with stakeholders. While Snowflake offers powerful tools for querying and manipulating data, exporting it in a user-friendly format requires a bit more effort. In […]

Read More