mirror of
https://github.com/rowyio/rowy.git
synced 2026-02-24 04:01:17 +01:00
bigquery spark update
This commit is contained in:
@@ -311,10 +311,12 @@ const bigqueryIndex = async (payload, sparkContext) => {
|
||||
};
|
||||
}, {});
|
||||
|
||||
console.log(
|
||||
"The following fields do not exist in Firetable and are ignored.",
|
||||
unknownKeys
|
||||
);
|
||||
if (unknownKeys?.length > 0) {
|
||||
console.log(
|
||||
"The following fields do not exist in Firetable and are ignored.",
|
||||
unknownKeys
|
||||
);
|
||||
}
|
||||
|
||||
return knownRecord;
|
||||
}
|
||||
@@ -369,7 +371,7 @@ const bigqueryIndex = async (payload, sparkContext) => {
|
||||
await preprocessTable();
|
||||
await preprocessSchema();
|
||||
|
||||
//
|
||||
// only proceed with fields that have known types
|
||||
const typeKnownReccord = getTypeKnownRecord(record);
|
||||
|
||||
switch (triggerType) {
|
||||
|
||||
Reference in New Issue
Block a user