etl-framework
Here are 117 public repositories matching this topic...
-
Updated
Nov 19, 2021 - JavaScript
-
Updated
Nov 20, 2021 - Java
-
Updated
Apr 29, 2021 - Makefile
-
Updated
Mar 9, 2020 - Python
-
Updated
May 23, 2019 - Python
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
-
Updated
Oct 8, 2021 - C#
Pivot missing categories breaks FeatureSet/AggregatedFeatureSet
Summary
When defining a feature set, it's expected that pivot will have all categories and, as a consequence, the resulting Source dataframe will be suitable to be transformed. When a different behavior happens, FeatureSet and AggregatedFeatureSet breaks.
Feature related:
Age: legacy
Enhance KgtkReader to read MD files written by KgtkWriter.
-
Updated
Jun 4, 2021 - Java
-
Updated
Nov 19, 2021 - Java
-
Updated
Aug 4, 2021 - C#
-
Updated
Mar 20, 2017 - Java
-
Updated
Nov 19, 2021 - Java
-
Updated
Jan 9, 2019
-
Updated
Nov 18, 2021 - Java
-
Updated
Nov 12, 2021 - Python
-
Updated
Jul 22, 2021 - Go
-
Updated
Nov 18, 2021 - Python
-
Updated
May 8, 2021 - Python
-
Updated
Nov 20, 2021 - Scala
-
Updated
Apr 30, 2021 - HTML
-
Updated
Sep 7, 2021 - Jupyter Notebook
-
Updated
Sep 8, 2021 - Java
-
Updated
Nov 20, 2021 - Scala
-
Updated
Jul 23, 2021 - Python
Improve this page
Add a description, image, and links to the etl-framework topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the etl-framework topic, visit your repo's landing page and select "manage topics."


Context
Logstash allows for putting dynamic fields in the event data, such as the current time in your specified format.
This format is specified in the sprintf +FORMAT, and applied to the @timestamp field.
Issue
The locale of the
sprintfdiffers from the locale of thedatefilter. Thi