joshua_janicas
02/26/2024, 1:35 PMEdgar Ramírez (Arch.dev)
02/26/2024, 6:03 PMI was wondering if there was a timeline if the target was also going to have this feature?The target's update to the latest singer SDK is currently blocked by https://github.com/MeltanoLabs/target-snowflake/issues/151
joshua_janicas
03/13/2024, 7:34 PMjoshua_janicas
03/13/2024, 7:36 PMjoshua_janicas
03/13/2024, 7:39 PMplugins:
extractors:
- name: tap-mssql
variant: buzzcutnorman
pip_url: git+<https://github.com/BuzzCutNorman/tap-mssql.git>
config:
dialect: mssql
driver_type: pyodbc
host: 127.0.0.1,4433 #Docker Composed: sqlserver #Non Docker: 127.0.0.1,4433
port: 1433
#user: See .ENV
#password: See .ENV
#database: See .ENV
sqlalchemy_eng_params:
fast_executemany: 'True'
sqlalchemy_url_query:
driver: ODBC Driver 17 for SQL Server
TrustServerCertificate: yes
- name: tap-mssql-admin
inherit_from: tap-mssql
select:
...
- name: tap-mssql-core
inherit_from: tap-mssql
select:
...
- name: tap-mssql-content
inherit_from: tap-mssql
config:
stream_maps:
Content-AttributeDefinitionUpdate:
AttributeDefinitionId: AttributeDefinitionId
ContentUpdateId: ContentUpdateId
DisplayOrder: Order
Content-ContentUpdate:
ContentUpdateId: ContentUpdateId
IsDisabled: IsDisabled
__else__: __NULL__
__alias__: Content-ContentEnabledState
Content-EnumAttributeDefinitionValue:
ContentUpdateId: ContentUpdateId
EnumValue: EnumValue
DisplayOrder: Order
Content-WorkflowStateHistory:
ContentUpdateId: ContentUpdateId
WorkflowState: WorkflowState
WorkflowStateDate: WorkflowStateDate
__else__: __NULL__
select:
...
- name: tap-mssql-inventory
inherit_from: tap-mssql
select:
...
- name: tap-mssql-shopping
inherit_from: tap-mssql
select:
...
(loader)
plugins:
loaders:
- name: target-snowflake
variant: meltanolabs
pip_url: meltanolabs-target-snowflake
config:
add_record_metadata: false # Can enable if we want more metadata
#account: See .ENV
#database: TS See .ENV
#user: See .ENV
#role: See .ENV
#warehouse: See .ENV
#password: See .ENV
default_target_schema: Raw # ${MELTANO_EXTRACT__LOAD_SCHEMA} # Meltano chooses the schema based on the `name` of the extractor
hard_delete: false
- name: target-jsonl
variant: andyh1203
pip_url: target-jsonl
joshua_janicas
03/13/2024, 7:56 PMBuzzCutNorman
03/13/2024, 9:45 PMbatch_size_rows
. I am not sure if the linked above is the best one to track that work.BuzzCutNorman
03/13/2024, 9:47 PM