Skip to content
#

elt

Here are 138 public repositories matching this topic...

kuwala
IritaSee
IritaSee commented Jan 3, 2022

In this PR, I wanted to solve issue #25 by creating a CSV file to list and also help the brand property matching process. This PR including:

  • Compile a list of all brand names and operator names from the name-suggestion-index as a CSV with the columns id, display_name, and wiki_data in tmp folder.
    Deadline: 05.01.2022

  • Create a PySpark UDF similar to the ones in the osm

enhancement good first issue pipeline/osm-poi
tozka
tozka commented Apr 11, 2022

What is the feature request? What problem does it solve?

As employees leave the organization/company or users change mails , eventually the notification list configured for the job would start containing a lot of invalid mails. This causes issues with SMTP relay (e.g postfix) which could be buffering all invalid requests until the queu is full, which cause all mails coming for all jobs to b

enhancement good first issue
tatiana
tatiana commented Mar 16, 2022

Describe the bug
At the moment, Temporary tables names are created using:
https://github.com/astro-projects/astro/blob/9a565e8fa0fa68b4be0c0dbd1866e0b531b8b902/src/astro/sql/table.py#L78-L86

Where MAX_TABLE_NAME_SIZE is currently 63 characters (e.g. Postgres does not support tables with longer names).

The problem is that depending on the DAG ID and the task names, there will be colli

bug good first issue
wikirepo

Improve this page

Add a description, image, and links to the elt topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the elt topic, visit your repo's landing page and select "manage topics."

Learn more