Skip to content

Commit 0d5a548

Browse files
authored
Merge pull request #23 from Automattic/feature/add-suport-to-custom-flatten-schema-levels
Feature: Add support to custom flatten schema level
2 parents 524defa + ce79751 commit 0d5a548

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

meltano.yml

+2
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,5 @@ plugins:
2727
- name: extra_fields
2828
- name: extra_fields_types
2929
- name: partition_cols
30+
- name: max_flatten_level
31+
kind: integer

poetry.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "target-hdfs"
3-
version = "1.0.6"
3+
version = "1.1.0"
44
description = "`target-hdfs` is a Singer target for hdfs, built with the Meltano Singer SDK."
55
readme = "README.md"
66
authors = ["Joao Amaral <joao.amaral@automattic.com>"]
@@ -14,7 +14,7 @@ license = "Apache-2.0"
1414
python = ">=3.9,<4"
1515
singer-sdk = { version="~=0.44.1" }
1616
requests = "~=2.31.0"
17-
target-parquet = { git = "https://github.com/Automattic/target-parquet.git", branch = "v1.0.3" }
17+
target-parquet = { git = "https://github.com/Automattic/target-parquet.git", branch = "v1.1.0" }
1818
numpy = "<2.0.0"
1919
python-dateutil = "~=2.8.2"
2020

0 commit comments

Comments
 (0)