GithubHelp home page GithubHelp logo

debussy-labs / debussy_concert Goto Github PK

View Code? Open in Web Editor NEW
28.0 4.0 4.0 1.32 MB

Debussy is an opinionated Data Architecture and Engineering framework, enabling data analysts and engineers to build better platforms and pipelines.

License: Apache License 2.0

Makefile 0.45% Python 99.55%
airflow airflow-operators airflow-plugin big-data-platform bigquery data-pipeline dataproc google-cloud spark dataform

debussy_concert's People

Contributors

lawrencestfs avatar mayconcad avatar maycondotz avatar niltonduarte avatar niltonduarteatdotz avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

debussy_concert's Issues

Wrong data types for empty parquet load into BigQuery

When loading an empty parquet file into BigQuery (through the job API) using the STRING type for all fields, some fields gets parsed as INTEGER, resulting in the following error:

BigQuery error in load operation: Error processing job '[project]:[job]': Provided Schema does not match Table [project]:[dataset].[table]. Field [attribut] has
changed type from STRING to FLOAT

Relates to this stackoverflow issue.

Environment details

  • Environment: Google Cloud Composer 1.17.9
  • Airflow version: 2.1.4

Steps to reproduce

  1. Create an empty parquet file
  2. Create a BigQuery table with the same schema of the previous file, but with all fields as STRING
  3. Create a data pipeline using the DataIngestionBase Composition, to read the file and load it into the BigQuery table

Possibility to do a partial reprocessing of a DAG

The problem:
Currently, our examples are heavily dependent on dag_run.start_date as the metadata used for _ingestion_ts
And this add an issue that we can't have a partial reprocessing as the dag_run.start_date will be the start date of the reprocessing run and the framework wont be able to correctly find the parquet files on the currect directory _logical_ts={{ execution_date }}/_ingestion_ts={{ dag_run.start_date }}

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.