We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa9edf8 commit b364415Copy full SHA for b364415
tap_quickbooks/quickbooks/reportstreams/BaseReport.py
@@ -37,7 +37,7 @@ def _get_column_metadata(self, resp, schema=None):
37
if schema is not None:
38
col_type = column["MetaData"][0].get("Value") if column.get("MetaData") else None
39
if not col_type:
40
- LOGGER.info(f"Metadata for col {column.get("ColTitle")} not found, skipping.")
+ LOGGER.info(f"Metadata for col {column.get('ColTitle')} not found, skipping.")
41
continue
42
# append col to columns
43
columns.append(schema.get(col_type))
0 commit comments