Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/feature/athena-improvements' int…
Browse files Browse the repository at this point in the history
…o feature/athena-improvements
  • Loading branch information
bossenti committed Oct 3, 2023
2 parents b58b6d5 + 50e51ad commit 54f874d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions metadata-ingestion/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -471,6 +471,7 @@ def get_long_description():
*list(
dependency
for plugin in [
"athena",
"bigquery",
"clickhouse",
"clickhouse-usage",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import json
import logging
import uuid
from typing import Any, Dict, Optional, Type, Union, List
from typing import Any, Dict, List, Optional, Type, Union

from sqlalchemy import types
from sqlalchemy_bigquery import STRUCT
Expand Down Expand Up @@ -85,7 +85,6 @@ def get_avro_type(
"key_native_data_type": str(key_type),
}
if isinstance(column_type, STRUCT):

fields = []
for field_def in column_type._STRUCT_fields:
field_name, field_type = field_def
Expand Down

0 comments on commit 54f874d

Please sign in to comment.