Daniel Imberman

Results 26 issues of Daniel Imberman

## 💥 Proposal ### What feature you'd like to see If a repo does not have an octobox integration, I would like the ability to at least have a clickable...

bug
design

Hello all! I'm testing out the library right now and I'm noticing that if I create describe scenarios in pycharm there doesn't seem to be a way to run single...

external

Since the current TruncateOperator is essentially a DropTableOperator, we will need to build a TruncateOperator from scratch. A truncate operator should *not* delete a table. Rather, it should clear out...

priority/medium
product/python-sdk

# Description ## What is the current behavior? Currently there is "native" way to set dependencies between tasks without passing either a table or a dataframe between said tasks. This...

**Please describe the feature you'd like to see** Currently with the Astro SDK there is no easy way to chain together tasks without having a data dependency. Let's take an...

feature
priority/high

In order to allow for easier local development AND support for storing dataframes in NFS, a user should be able to store intermediate values locally Acceptance criteria: - A user...

feature
priority/medium
product/python-sdk

The current system of loading is limited to the size of a single dataframe. This of course will not scale to full production use-cases. Proposed solution: 1. By default, we...

priority/high
improvement
product/python-sdk

Right now logs in astro tasks are VERY noisy due to the sheer number of logs in certain connectors (e.g. snowflake, BQ, etc.). Do we actually need to surface all...

product/python-sdk

Acceptance criteria: Create a series of working and runnable example DAGs that can introduce users to astro with: 1. Snowflake 2. GCP 3. AWS 4. Non-task API DAGs (mixing in...

epic
product/python-sdk

concern: I think that the first step for this ticket would be to propose what the API change would look like. The append and join APIs are are already quite...

priority/medium
priority/low
product/python-sdk