Getting error with Athena: No fields found for table

One of my table in Athena is not accessible with the error " No fields found for table" . It works if i query the table directly via Metabase - eg "select * from sparkloureso". However this does not happen for some of my other Athena tables.

I am using the athena driver over here: GitHub - dacort/metabase-athena-driver: An Amazon Athena driver for Metabase 0.32 and later

This is the Diagnostic Info:
{
"browser-info": {
"language": "en-US",
"platform": "MacIntel",
"userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36",
"vendor": "Google Inc."
},
"system-info": {
"file.encoding": "UTF-8",
"java.runtime.name": "OpenJDK Runtime Environment",
"java.runtime.version": "11.0.16.1+0",
"java.vendor": "Homebrew",
"java.vendor.url": "Issues · Homebrew/homebrew-core · GitHub",
"java.version": "11.0.16.1",
"java.vm.name": "OpenJDK 64-Bit Server VM",
"java.vm.version": "11.0.16.1+0",
"os.name": "Mac OS X",
"os.version": "12.1",
"user.language": "en",
"user.timezone": "America/Los_Angeles"
},
"metabase-info": {
"databases": [
"h2",
"athena"
],
"hosting-env": "unknown",
"application-database": "h2",
"application-database-details": {
"database": {
"name": "H2",
"version": "1.4.197 (2018-03-18)"
},
"jdbc-driver": {
"name": "H2 JDBC Driver",
"version": "1.4.197 (2018-03-18)"
}
},
"run-mode": "prod",
"version": {
"date": "2022-09-29",
"tag": "v0.44.4",
"branch": "release-x.44.x",
"hash": "382d728"
},
"settings": {
"report-timezone": null
}
}
}


This is the stack trace:

[d4263e28-da09-447e-890c-7653acc2be87] 2022-10-18T17:22:04-07:00 ERROR metabase.query-processor.middleware.catch-exceptions Error processing query: No fields found for table "sparkloureso". {:database_id 2, :started_at #t "2022-10-18T17:22:04.306798-07:00[America/Los_Angeles]", :error_type :invalid-query, :json_query {:database 2, :query {:source-table 19}, :type "query", :parameters [], :middleware {:js-int-to-string? true, :add-default-userland-constraints? true}}, :native nil, :status :failed, :class clojure.lang.ExceptionInfo, :stacktrace ["--> query_processor.middleware.add_implicit_clauses$fn__52317$sorted_implicit_fields_for_table__52322$fn__52323.invoke(add_implicit_clauses.clj:47)" "query_processor.middleware.add_implicit_clauses$fn__52317$sorted_implicit_fields_for_table__52322.invoke(add_implicit_clauses.clj:41)" "query_processor.middleware.add_implicit_clauses$fn__52441$add_implicit_fields__52446$fn__52450.invoke(add_implicit_clauses.clj:107)" "query_processor.middleware.add_implicit_clauses$fn__52441$add_implicit_fields__52446.invoke(add_implicit_clauses.clj:100)" "query_processor.middleware.add_implicit_clauses$add_implicit_mbql_clauses$fn__52524.invoke(add_implicit_clauses.clj:150)" "query_processor.middleware.add_implicit_clauses$add_implicit_mbql_clauses.invokeStatic(add_implicit_clauses.clj:143)" "query_processor.middleware.add_implicit_clauses$add_implicit_mbql_clauses.invoke(add_implicit_clauses.clj:140)" "query_processor.middleware.add_implicit_clauses$add_implicit_clauses.invokeStatic(add_implicit_clauses.clj:160)" "query_processor.middleware.add_implicit_clauses$add_implicit_clauses.invoke(add_implicit_clauses.clj:154)" "query_processor$preprocess_STAR_$fn__54087.invoke(query_processor.clj:127)" "query_processor$preprocess_STAR_.invokeStatic(query_processor.clj:125)" "query_processor$preprocess_STAR_.invoke(query_processor.clj:120)" "query_processor$fn__54095$combined_pre_process__54096$combined_pre_process_STAR___54097.invoke(query_processor.clj:209)" "query_processor.middleware.resolve_database_and_driver$resolve_database_and_driver$fn__52540$fn__52545.invoke(resolve_database_and_driver.clj:35)" "driver$do_with_driver.invokeStatic(driver.clj:75)" "driver$do_with_driver.invoke(driver.clj:71)" "query_processor.middleware.resolve_database_and_driver$resolve_database_and_driver$fn__52540.invoke(resolve_database_and_driver.clj:34)" "query_processor.middleware.fetch_source_query$resolve_card_id_source_tables$fn__48575.invoke(fetch_source_query.clj:353)" "query_processor.middleware.store$initialize_store$fn__48763$fn__48764.invoke(store.clj:11)" "query_processor.store$do_with_store.invokeStatic(store.clj:44)" "query_processor.store$do_with_store.invoke(store.clj:38)" "query_processor.middleware.store$initialize_store$fn__48763.invoke(store.clj:10)" "query_processor.middleware.normalize_query$normalize$fn__52812.invoke(normalize_query.clj:22)" "query_processor.middleware.constraints$add_default_userland_constraints$fn__49845.invoke(constraints.clj:53)" "query_processor.middleware.process_userland_query$process_userland_query$fn__52751.invoke(process_userland_query.clj:145)" "query_processor.middleware.catch_exceptions$catch_exceptions$fn__53123.invoke(catch_exceptions.clj:167)" "query_processor.reducible$async_qp$qp_STAR___44978$thunk__44980.invoke(reducible.clj:100)" "query_processor.reducible$async_qp$qp_STAR___44978.invoke(reducible.clj:106)" "query_processor.reducible$async_qp$qp_STAR___44978.invoke(reducible.clj:91)" "query_processor.reducible$sync_qp$qp_STAR___44989.doInvoke(reducible.clj:126)" "query_processor$process_userland_query.invokeStatic(query_processor.clj:331)" "query_processor$process_userland_query.doInvoke(query_processor.clj:327)" "query_processor$fn__54142$process_query_and_save_execution_BANG___54151$fn__54154.invoke(query_processor.clj:342)" "query_processor$fn__54142$process_query_and_save_execution_BANG___54151.invoke(query_processor.clj:335)" "query_processor$fn__54186$process_query_and_save_with_max_results_constraints_BANG___54195$fn__54198.invoke(query_processor.clj:354)" "query_processor$fn__54186$process_query_and_save_with_max_results_constraints_BANG___54195.invoke(query_processor.clj:347)" "api.dataset$run_query_async$fn__68893.invoke(dataset.clj:69)" "query_processor.streaming$streaming_response_STAR_$fn__40096$fn__40097.invoke(streaming.clj:162)" "query_processor.streaming$streaming_response_STAR_$fn__40096.invoke(streaming.clj:161)" "async.streaming_response$do_f_STAR_.invokeStatic(streaming_response.clj:65)" "async.streaming_response$do_f_STAR_.invoke(streaming_response.clj:63)" "async.streaming_response$do_f_async$task__19006.invoke(streaming_response.clj:84)"], :card_id nil, :context :ad-hoc, :error "No fields found for table "sparkloureso".", :row_count 0, :running_time 0, :preprocessed nil, :ex-data {:table-id 19, :type :invalid-query}, :data {:rows [], :cols []}}

This is the table definition in Athena:

CREATE TABLE reviews.sparkloureso (
AboveGradeFinishedArea bigint,
AccessibilityFeatures_Core_Permissions string,
Appliances_Core_Permissions string,
ArchitecturalStyle array,
AssociationAmenities_Core_Permissions string,
AssociationFee bigint,
AssociationFeeFrequency_Core_Permissions string,
AssociationFeeIncludes_Core_Permissions string,
AssociationPhone_Core_Permissions string,
AssociationYN boolean,
Basement_Core_Permissions string,
BathroomsFull bigint,
BathroomsHalf bigint,
BathroomsOneQuarter_Core_Permissions string,
BathroomsPartial_Core_Permissions string,
BathroomsThreeQuarter_Core_Permissions string,
BathroomsTotalInteger bigint,
BedroomsTotal bigint,
BelowGradeFinishedArea bigint,
BodyType_Core_Permissions string,
BuildingAreaSource string,
BuildingAreaTotal bigint,
BuildingFeatures_Core_Permissions string,
BusinessType_Core_Permissions string,
BuyerAgencyCompensationType_Core_Permissions string,
BuyerAgencyCompensation_Core_Permissions string,
BuyerAgentDesignation_Core_Permissions string,
BuyerAgentDirectPhone_Core_Permissions string,
BuyerAgentEmail_Core_Permissions string,
BuyerAgentFax_Core_Permissions string,
BuyerAgentFirstName_Core_Permissions string,
BuyerAgentFullName_Core_Permissions string,
BuyerAgentKey string,
BuyerAgentLastName_Core_Permissions string,
BuyerAgentMiddleName_Core_Permissions string,
BuyerAgentMlsId string,
BuyerAgentMobilePhone_Core_Permissions string,
BuyerAgentOfficePhoneExt_Core_Permissions string,
BuyerAgentOfficePhone_Core_Permissions string,
BuyerAgentPager_Core_Permissions string,
BuyerAgentPreferredPhoneExt_Core_Permissions string,
BuyerAgentPreferredPhone_Core_Permissions string,
BuyerAgentStateLicense_Core_Permissions string,
BuyerAgentTollFreePhone_Core_Permissions string,
BuyerAgentURL_Core_Permissions string,
BuyerAgentVoiceMailExt_Core_Permissions string,
BuyerAgentVoiceMail_Core_Permissions string,
BuyerFinancing_Core_Permissions string,
BuyerOfficeEmail_Core_Permissions string,
BuyerOfficeFax_Core_Permissions string,
BuyerOfficeKey string,
BuyerOfficeMlsId string,
BuyerOfficeName_Core_Permissions string,
BuyerOfficePhoneExt_Core_Permissions string,
BuyerOfficePhone_Core_Permissions string,
BuyerOfficeURL_Core_Permissions string,
BuyerTeamKey_Core_Permissions string,
BuyerTeamName_Core_Permissions string,
CancelationDate_Core_Permissions string,
CarportSpaces_Core_Permissions string,
City string,
CoBuyerAgentAOR_Core_Permissions string,
CoBuyerAgentDesignation_Core_Permissions string,
CoBuyerAgentDirectPhone_Core_Permissions string,
CoBuyerAgentEmail_Core_Permissions string,
CoBuyerAgentFax_Core_Permissions string,
CoBuyerAgentFirstName_Core_Permissions string,
CoBuyerAgentFullName_Core_Permissions string,
CoBuyerAgentKey_Core_Permissions string,
CoBuyerAgentLastName_Core_Permissions string,
CoBuyerAgentMiddleName_Core_Permissions string,
CoBuyerAgentMlsId_Core_Permissions string,
CoBuyerAgentMobilePhone_Core_Permissions string,
CoBuyerAgentOfficePhoneExt_Core_Permissions string,
CoBuyerAgentOfficePhone_Core_Permissions string,
CoBuyerAgentPager_Core_Permissions string,
CoBuyerAgentPreferredPhoneExt_Core_Permissions string,
CoBuyerAgentPreferredPhone_Core_Permissions string,
CoBuyerAgentStateLicense_Core_Permissions string,
CoBuyerAgentTollFreePhone_Core_Permissions string,
CoBuyerAgentURL_Core_Permissions string,
CoBuyerAgentVoiceMailExt_Core_Permissions string,
CoBuyerAgentVoiceMail_Core_Permissions string,
CoBuyerOfficeAOR_Core_Permissions string,
CoBuyerOfficeEmail_Core_Permissions string,
CoBuyerOfficeFax_Core_Permissions string,
CoBuyerOfficeKey_Core_Permissions string,
CoBuyerOfficeMlsId_Core_Permissions string,
CoBuyerOfficeName_Core_Permissions string,
CoBuyerOfficePhoneExt_Core_Permissions string,
CoBuyerOfficePhone_Core_Permissions string,
CoBuyerOfficeURL_Core_Permissions string,
CoListAgentDesignation_Core_Permissions string,
CoListAgentDirectPhone_Core_Permissions string,
CoListAgentEmail_Core_Permissions string,
CoListAgentFax_Core_Permissions string,
CoListAgentMiddleName_Core_Permissions string,
CoListAgentMobilePhone_Core_Permissions string,
CoListAgentOfficePhoneExt_Core_Permissions string,
CoListAgentOfficePhone_Core_Permissions string,
CoListAgentPager_Core_Permissions string,
CoListAgentPreferredPhoneExt_Core_Permissions string,
CoListAgentPreferredPhone_Core_Permissions string,
CoListAgentStateLicense_Core_Permissions string,
CoListAgentTollFreePhone_Core_Permissions string,
CoListAgentURL_Core_Permissions string,
CoListAgentVoiceMailExt_Core_Permissions string,
CoListAgentVoiceMail_Core_Permissions string,
CoListOfficeAOR_Core_Permissions string,
CoListOfficeEmail_Core_Permissions string,
CoListOfficeFax_Core_Permissions string,
CoListOfficeKey_Core_Permissions string,
CoListOfficeMlsId_Core_Permissions string,
CoListOfficeName_Core_Permissions string,
CoListOfficePhoneExt_Core_Permissions string,
CoListOfficePhone_Core_Permissions string,
CoListOfficeURL_Core_Permissions string,
CompensationDisclaimer string,
ConcessionsComments_Core_Permissions string,
Concessions_Core_Permissions string,
ConstructionMaterials array,
ContractStatusChangeDate_Core_Permissions string,
Cooling array,
CoolingYN boolean,
CopyrightNotice_Core_Permissions string,
CountyOrParish string,
CumulativeDaysOnMarket_Core_Permissions string,
CurrentUse_Core_Permissions string,
CustomFields array<struct<Basement_co_Partially_sp_Finished: boolean, Closets_co_Basement2: bigint, Closets_co_Level_sp_12: bigint, Closets_co_Level_sp_22: bigint, Closets_co_Level_sp_32: bigint, Construction_co_Brick3: boolean, Construction_co_BrkVen: boolean, Contract_sp_Info_co_HOA_sp_Annual2: bigint, Contract_sp_Info_co_HOA_sp_Fee: string, Contract_sp_Info_co_HOA_sp_YN2: string, Cooling_co_Central_sp_Air: boolean, CustomFieldsKey: string, Fencing_co_Chain_sp_Link2: boolean, Fencing_co_Wood4: boolean, Fireplaces_co_Basement: bigint, Fireplaces_co_Level_sp_1: bigint, Fireplaces_co_Level_sp_2: bigint, Fireplaces_co_Level_sp_3: bigint, Foundation_co_Poured_sp_Concrete: boolean, GarageParking_co_Detached: boolean, General_sp_Property_sp_Description_co_Above_sp_Grade_sp_Finished: bigint, General_sp_Property_sp_Description_co_Above_sp_Grade_sp_Unfin: bigint, General_sp_Property_sp_Description_co_Acres: double, General_sp_Property_sp_Description_co_Age: bigint, General_sp_Property_sp_Description_co_Assumable: string, General_sp_Property_sp_Description_co_Basement_sp_YN: string, General_sp_Property_sp_Description_co_Below_sp_Grade_sp_Finished: bigint, General_sp_Property_sp_Description_co_Below_sp_Grade_sp_Unfin: bigint, General_sp_Property_sp_Description_co_City_sp_Tax: string, General_sp_Property_sp_Description_co_County_sp_Tax: string, General_sp_Property_sp_Description_co_First_sp_Floor_sp_Laundry: string, General_sp_Property_sp_Description_co_First_sp_Floor_sp_PBR: string, General_sp_Property_sp_Description_co_Garage_sp_Spaces: bigint, General_sp_Property_sp_Description_co_Garage_sp_YN: string, General_sp_Property_sp_Description_co_Laundry_sp_Level: string, General_sp_Property_sp_Description_co_Lot_sp_Dimensions: string, General_sp_Property_sp_Description_co_Lot_sp_SF: bigint, General_sp_Property_sp_Description_co_Lot_sp_SF_sp_Source2: string, General_sp_Property_sp_Description_co_M_sp_Struct_sp_Flood_sp_Plain: string, General_sp_Property_sp_Description_co_Nonconform_sp_SqFt_sp_Fin: bigint, General_sp_Property_sp_Description_co_Nonconform_sp_SqFt_sp_UF: bigint, General_sp_Property_sp_Description_co_Sold_sp_As_hyphen_Is: string, General_sp_Property_sp_Description_co_SqFt_sp__hyphen_Total_sp_Finished: bigint, General_sp_Property_sp_Description_co_SqFt_sp__hyphen__sp_Source: string, General_sp_Property_sp_Description_co_Sqft_sp__hyphen__sp_Total_sp_Unfin: bigint, General_sp_Property_sp_Description_co_Stories2: bigint, General_sp_Property_sp_Description_co_Style2: string, General_sp_Property_sp_Description_co_Total_sp_Closets: bigint, General_sp_Property_sp_Description_co_Total_sp_Fireplaces: bigint, General_sp_Property_sp_Description_co_Total_sp__pound__sp_of_sp_Rooms: bigint, General_sp_Property_sp_Description_co__pound__sp_1st_sp_Floor_sp_Bedrooms: bigint, General_sp_Property_sp_Description_co__pound__sp_2nd_sp_Floor_sp_Bedrooms: bigint, General_sp_Property_sp_Description_co__pound__sp_Basement_sp_Bedrooms: bigint, General_sp_Property_sp_Description_co__pound__sp_Upper_sp_Floor_sp_Bedrooms: bigint, Heating_co_Forced_sp_Air: boolean, Heating_co_Natural_sp_Gas4: boolean, Location_sp_Tax_sp_Legal_sp_Info_co_Block2: string, Location_sp_Tax_sp_Legal_sp_Info_co_Deed_sp_Bk2: string, Location_sp_Tax_sp_Legal_sp_Info_co_Directions3: string, Location_sp_Tax_sp_Legal_sp_Info_co_Disclosure2: string, Location_sp_Tax_sp_Legal_sp_Info_co_Lot2: string, Location_sp_Tax_sp_Legal_sp_Info_co_Parcel_sp_ID2: string, Location_sp_Tax_sp_Legal_sp_Info_co_Pg_sp__pound_2: string, Location_sp_Tax_sp_Legal_sp_Info_co_Sub_hyphen_Lot2: string, Location_sp_Tax_sp_Legal_sp_Info_co_Sub_sp_Area3: string, Lot_sp_Description_co_Level3: boolean, Roof_co_Shingle: boolean, Rooms_co_Bedroom: boolean, Rooms_co_Bedroom_sp_Level: string, Rooms_co_Dining_sp_Room5: boolean, Rooms_co_Dining_sp_Room_sp_Level: string, Rooms_co_Family_sp_Room2: boolean, Rooms_co_Family_sp_Room_sp_Level: string, Rooms_co_Full_sp_Bathroom: boolean, Rooms_co_Full_sp_Bathroom_sp_Level: string, Rooms_co_Kitchen5: boolean, Rooms_co_Kitchen_sp_Level: string, Rooms_co_Laundry6: boolean, Rooms_co_Laundry_sp_Level2: string, Rooms_co_Living_sp_Room5: boolean, Rooms_co_Living_sp_Room_sp_Level: string, Utilities_co_Electricity_sp_Connected: boolean, Utilities_co_FuelNatural: boolean, Utilities_co_Public_sp_Sewer: boolean, Utilities_co_Public_sp_Water: boolean, _odata_id: string>>,
DaysOnMarket_Core_Permissions string,
DirectionFaces_Core_Permissions string,
Directions string,
Disclaimer_Core_Permissions string,
DocumentsAvailable array,
DocumentsChangeTimestamp string,
DocumentsCount bigint,
DualVariableCompensationYN_Core_Permissions string,
Electric_Core_Permissions string,
ElementarySchoolDistrict_Core_Permissions string,
ElementarySchool_Core_Permissions string,
Fencing array,
FireplaceFeatures_Core_Permissions string,
FireplaceYN boolean,
FireplacesTotal bigint,
Flooring_Core_Permissions string,
FoundationDetails array,
GarageSpaces bigint,
GarageYN boolean,
GreenBuildingVerificationType_Core_Permissions string,
Heating array,
HeatingYN boolean,
HighSchool_Core_Permissions string,
InteriorFeatures_Core_Permissions string,
InternetAddressDisplayYN boolean,
InternetAutomatedValuationDisplayYN boolean,
InternetConsumerCommentYN boolean,
InternetEntireListingDisplayYN boolean,
Latitude double,
LaundryFeatures_Core_Permissions string,
Levels_Core_Permissions string,
ListAgentDesignation struct<Accredited_Buyer_Representative_ABR: boolean>,
ListAgentEmail string,
ListAgentFax string,
ListAgentFirstName string,
ListAgentFullName string,
ListAgentKey string,
ListAgentLastName string,
ListAgentMlsId string,
ListAgentMobilePhone string,
ListAgentOfficePhone string,
ListAgentPreferredPhone string,
ListAgentStateLicense string,
ListAgentURL string,
ListOfficeEmail string,
ListOfficeFax string,
ListOfficeKey string,
ListOfficeMlsId string,
ListOfficeName string,
ListOfficePhone string,
ListOfficeURL string,
ListPrice bigint,
ListTeamKey_Core_Permissions string,
ListTeamName_Core_Permissions string,
ListingContractDate string,
ListingId string,
ListingKey string,
ListingService_Core_Permissions string,
LivingArea bigint,
LivingAreaSource string,
LivingAreaUnits_Core_Permissions string,
Longitude double,
LotFeatures_Core_Permissions string,
LotSizeAcres double,
LotSizeArea double,
LotSizeDimensions string,
LotSizeSquareFeet bigint,
LotSizeUnits string,
MLSAreaMajor string,
MLSAreaMinor string,
MajorChangeTimestamp string,
MajorChangeType string,
Media array<struct<MediaCategory: string, MediaKey: string, MediaURL: string, Order: bigint, OriginatingSystemMediaKey: string, Permission: array, PreferredPhotoYN: boolean, ResourceRecordID: string, ResourceRecordKey: string, ShortDescription: string, _odata_id: string>>,
MiddleOrJuniorSchoolDistrict_Core_Permissions string,
MiddleOrJuniorSchool_Core_Permissions string,
MlsStatus string,
MobileLength_Core_Permissions string,
MobileWidth_Core_Permissions string,
ModificationTimestamp string,
NewConstructionYN_Core_Permissions string,
NumberOfUnitsTotal_Core_Permissions string,
OffMarketDate string,
OffMarketTimestamp_Core_Permissions string,
OnMarketDate string,
OnMarketTimestamp_Core_Permissions string,
OriginalEntryTimestamp_Core_Permissions string,
OriginalListPrice bigint,
OriginatingSystemID string,
OriginatingSystemKey string,
OriginatingSystemName string,
OwnerName_Core_Permissions string,
ParcelNumber string,
ParkName_Core_Permissions string,
PatioAndPorchFeatures_Core_Permissions string,
PendingTimestamp_Core_Permissions string,
PetsAllowed_Core_Permissions string,
PhotosChangeTimestamp string,
PhotosCount bigint,
PoolFeatures_Core_Permissions string,
PoolPrivateYN_Core_Permissions string,
PossibleUse_Core_Permissions string,
PostalCode string,
PostalCodePlus4_Core_Permissions string,
PreviousListPrice_Core_Permissions string,
PriceChangeTimestamp string,
PrivateOfficeRemarks_Core_Permissions string,
PrivateRemarks_Core_Permissions string,
PropertyAttachedYN_Core_Permissions string,
PropertySubType string,
PropertyType string,
PublicRemarks string,
PurchaseContractDate string,
RentIncludes_Core_Permissions string,
Roof array,
RoomsTotal bigint,
SeniorCommunityYN_Core_Permissions string,
Sewer_Core_Permissions string,
ShowingInstructions_Core_Permissions string,
Skirt_Core_Permissions string,
SourceSystemID string,
SourceSystemKey string,
SourceSystemName string,
SpaFeatures_Core_Permissions string,
SpecialListingConditions_Core_Permissions string,
StandardStatus string,
StateOrProvince string,
StatusChangeTimestamp string,
Stories bigint,
StreetDirSuffix_Core_Permissions string,
StreetName string,
StreetNumber string,
StreetNumberNumeric bigint,
StreetSuffix string,
StreetSuffixModifier_Core_Permissions string,
SubdivisionName string,
TaxAnnualAmount_Core_Permissions string,
TaxBlock string,
TaxLot string,
Topography_Core_Permissions string,
UnitTypeType_Core_Permissions string,
UnparsedAddress string,
Utilities array,
VideosChangeTimestamp_Core_Permissions string,
VideosCount bigint,
View_Core_Permissions string,
VirtualTourURLBranded_Core_Permissions string,
WaterBodyName_Core_Permissions string,
WaterSource_Core_Permissions string,
WaterfrontYN_Core_Permissions string,
WindowFeatures_Core_Permissions string,
WithdrawnDate_Core_Permissions string,
YearBuilt bigint,
Zoning_Core_Permissions string,
_odata_id string)
LOCATION 's3://bucket-name/reviews.db/sparkloureso'
TBLPROPERTIES (
'table_type'='iceberg'
);

Hi @saneelb
So you have 283 columns in that table - that's a lot, and will be heavy to initially sync and fingerprint.
Which version of Athena driver?
Have a look here: https://www.metabase.com/docs/latest/troubleshooting-guide/sync-fingerprint-scan

I am using the v1.4.0 version of athena driver - Release v1.4.0 - Metabase v0.43 and Percentile Support · dacort/metabase-athena-driver · GitHub