Skip to content

Commit

Permalink
remove print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabbytam committed Dec 29, 2023
1 parent 52f6d2b commit 6a36665
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions target_s3_parquet/data_type_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,6 @@ def generate_tap_schema(schema, level=0, only_string=False):
continue

if cleaned_type == "object":
if attributes.get("properties") is None:
print('type is object but no properties found for:', name)
field_definitions[name] = build_struct_type(
attributes.get("properties", {}), new_level
)
Expand Down

0 comments on commit 6a36665

Please sign in to comment.