Results 41 issues of Utkarsh Sharma

**Please describe the feature you'd like to see** Currently, we have only one option per type and size, we should have multiple options for a particular size since there are...

improvement

**Please describe the feature you'd like to see** Currently, we are only using Source and Destination to determine the transfer logic to be executed - default path / native path....

feature
product/python-sdk

**Please describe the feature you'd like to see** Currently, we let resources run on Cloud Platforms even when they are unused. **Describe the solution you'd like** We can have periodic...

feature
product/python-sdk

**Please describe the feature you'd like to see** We are not using Table's columns attribute when we create a table. Currently, we rely on `load_file_to_table` which internally uses pandas to...

feature
product/python-sdk

Testcase - test_happyflow_success_with_templated_query Failing for - bigquery and snowflake

product/python-sdk

# Description ## What is the current behavior? Currently, we were changing the case of col names to lowercase for snowflakes. Which trips user. closes: #917 ## What is the...

# Description ## What is the current behavior? 1. We don't have the complete benchmarking config added to the main branch. 2. As per the earlier discussion we need to...

run_benchmark

**Describe the bug** When running benchmarking we are observing a large amount of memory being consumed and not getting free. As a result, we need to use a large machine...

**Describe the bug** When inferring schema complete Parquet is loaded in memory. https://github.com/astronomer/astro-sdk/blob/e4111397387e43ba7c8d2c0f5645376c466d271a/python-sdk/src/astro/files/types/parquet.py#L45 **Version** * Astro: 1.1.1 **Expected behavior** Research - if there is a better way to read schema...

**Please describe the feature you'd like to see** Currently, we have config kept in the Codebase due to which whenever we want to modify it we have to generate a...

feature
ci
product/python-sdk