hey :hello: I am getting this error whiel running...
# troubleshooting
k
hey hello I am getting this error whiel running meltano elt fron hellobaton to snowflake:
Copy code
2022-09-14T16:21:06.172983Z [info     ] CRITICAL None is not of type 'string' cmd_type=loader job_id=baton-to-snowflake name=target-snowflake run_id=f9931695-689e-46a3-aeab-5da042eb1146 stdio=stderr
2022-09-14T16:21:06.173162Z [info     ] CRITICAL                       cmd_type=loader job_id=baton-to-snowflake name=target-snowflake run_id=f9931695-689e-46a3-aeab-5da042eb1146 stdio=stderr
2022-09-14T16:21:06.173312Z [info     ] CRITICAL Failed validating 'type' in schema['properties']['created_by']: cmd_type=loader job_id=baton-to-snowflake name=target-snowflake run_id=f9931695-689e-46a3-aeab-5da042eb1146 stdio=stderr
2022-09-14T16:21:06.173496Z [info     ] CRITICAL     {'type': 'string'} cmd_type=loader job_id=baton-to-snowflake name=target-snowflake run_id=f9931695-689e-46a3-aeab-5da042eb1146 stdio=stderr
2022-09-14T16:21:06.173644Z [info     ] CRITICAL                       cmd_type=loader job_id=baton-to-snowflake name=target-snowflake run_id=f9931695-689e-46a3-aeab-5da042eb1146 stdio=stderr
2022-09-14T16:21:06.173783Z [info     ] CRITICAL On instance['created_by']: cmd_type=loader job_id=baton-to-snowflake name=target-snowflake run_id=f9931695-689e-46a3-aeab-5da042eb1146 stdio=stderr
2022-09-14T16:21:06.173920Z [info     ] CRITICAL     None              cmd_type=loader job_id=baton-to-snowflake name=target-snowflake run_id=f9931695-689e-46a3-aeab-5da042eb1146 stdio=stderr
looks like its validating a data type. Is this an issue that needs to be resolved by the code of the tap? or is there something we can do in meltano that can override this
v
looks like its validating a data type. Is this an issue that needs to be resolved by the code of the tap? or is there something we can do in meltano that can override this
looks like its validating a data type.
yep!
Is this an issue that needs to be resolved by the code of the tap?
Yes
or is there something we can do in meltano that can override this
Yes, https://docs.meltano.com/concepts/plugins#schema-extra
Repost 😕
Already answered 😢