Daniel Imberman
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...
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...
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...
# 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...
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...
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...
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...
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...
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...