Skip to content
#

etl

Here are 1,906 public repositories matching this topic...

ikanez
ikanez commented Feb 3, 2022

Tell us about the new connector you’d like to have

  • Which source and which destination?
    Source: mambu (https://api.mambu.com/)
    Destination: S3, RDS, Redshift
  • Do you need a specific version of the underlying data source e.g: you specifically need support for an older version of the API or DB?
    Want to support for since 1.0.

Describe the context around this new connector

  • Why do yo
sryza
sryza commented Jan 18, 2022

https://dagster.slack.com/archives/C01U954MEER/p1642163479382400:

Hi, I'm experiencing a bug when trying to write an ALS model from pyspark.ml.recommendation to S3 and reading it back in if this takes place within a dynamically executed graph (i.e. via dynamic mapping). I wrote a custom IO manager using the pattern f's3a://{self.s3_bucket}/{key}' as _uri_for_key similar to the one currently imp

benthos
tooptoop4
tooptoop4 commented Dec 8, 2020

If i have an input yaml connecting to jdbc source like:

inputs:
  somedb:
    jdbc:
      connectionUrl: jdbc:jtds:redact
      user: someuser
      password: somepass

the log has

2020-12-08 17:01:28,076 [main] INFO  com.yotpo.metorikku.Job - these are the config inputs: Some(Map(.....somepass

ideally this should be printed as ****** in the log

Improve this page

Add a description, image, and links to the etl 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 etl topic, visit your repo's landing page and select "manage topics."

Learn more