Max
Max
This will address the issue raised in #17 and make it clear for whoever is setting up the environment that these dependencies are mandatory.
**Is your feature request related to a problem? Please describe.** 1. Consistent approach is required across all sensors to determine the time that will be used as a base for...
**Describe the bug** When the project does not have a parent (basically its parent is root) and there is another project with the same name, operator is unable to correctly...
## Description ## Related Issue ## Motivation and Context ## How Has This Been Tested? ## Screenshots (if appropriate): ## Types of changes - [ ] Bug fix (non-breaking change...
## Is your feature request related to a problem? Please describe. Tableau is a widely used instrument for data visulization. It provides extensive capabilities for integration with the upstream datasources...
## Description ## Related Issue ## Motivation and Context ## How Has This Been Tested? ## Screenshots (if appropriate): ## Types of changes - [ ] Bug fix (non-breaking change...
## Is your feature request related to a problem? Please describe. Pydantic enforces strict types. In the current implementation all Spark related logic (readers, writers, transforms, integrations) expect DataFrame (pyspark.sql.DataFrame)...
## Description pyspark.sql.DataFrame / pyspark.sql.connect.DataFrame are accepted as a valid input / output for Spark related workloads. ## Related Issue #62 ## Motivation and Context See the description of the...
**Is your feature request related to a problem? Please describe.** Currently all Brickflow plugins require mandatory installation of the Airflow which significantly complicates dependency management and slows down cluster initialisation....
## Describe the bug In the current implementation HttpStep classes don't have the retry mechanism enabled by default. Enabling this requires the user to configure and provide their own requests.Session...