Phani Kumar

Results 50 issues of Phani Kumar

Implement async versions for the following operators: - [ ] [`HiveOperator`](https://airflow.apache.org/docs/apache-airflow-providers-apache-hive/stable/_api/airflow/providers/apache/hive/operators/hive/index.html#module-airflow.providers.apache.hive.operators.hive) **Acceptance Criteria**: - [ ] Unit Tests coverage in the PR (90% Code Coverage -- We will need to...

area/async
pri/high

Please look at docs to see if there are other operators we should make Async (Principle - Only create Async operators for the “sync-version” of operators that do some level...

area/async
pri/medium

[AzureCosmosDocumentSensor](https://airflow.apache.org/docs/apache-airflow-providers-microsoft-azure/stable/_api/airflow/providers/microsoft/azure/sensors/cosmos/index.html#airflow.providers.microsoft.azure.sensors.cosmos.AzureCosmosDocumentSensor). This task can be done after the research task in https://github.com/astronomer/astronomer-providers/issues/185. **Acceptance Criteria**: - [ ] Unit Tests coverage in the PR (80% Code Coverage -- We will need...

area/async

Follow up of #68 Since the glcoud aio library doesnt retrieve partition information, we are awaiting the gcloud-aio API to get updated so that this story can be implemented. **Acceptance...

Research and integrate a pre-commit hook that checks the files for bad naming convention within this repository. Example of a bad naming convention would be to name a file as...

pri/low

This story is the technical debt story for the pending work to use the OSS BigQueryHook within the BigQueryInsertJobOperatorAsync. The code change needs to - Remove _BigQueryHook usage in google/hooks/bigquery_async.py...

This PR adds the implementation for a `DbtCloudListJobsOperator` which retrieves job info from a given dbt Cloud account. --- **^ Add meaningful description above** Read the **[Pull Request Guidelines](https://github.com/apache/airflow/blob/main/CONTRIBUTING.rst#pull-request-guidelines)** for...

area:providers
area:system-tests
kind:documentation

**Please describe the feature you'd like to see** Implement support for SnowflakeFile through astro-sdk **Describe the solution you'd like** A clear and concise description of what you want to happen,...

feature
product/python-sdk

**Please describe the feature you'd like to see** I really wish I could run benchmarking for each Pull Request that a contributor creates on the astro-sdk repo. This enables us...

feature
priority/medium
product/python-sdk

**Please describe the feature you'd like to see** Make it more explicit in the [documentation here](https://astro-sdk-python.readthedocs.io/en/latest/astro/sql/operators/load_file.html#supported-native-transfers) that user needs to have `bigquery.jobs.create` permission in the project to be able to...

documentation
priority/low
product/python-sdk