You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The bit64 package was introduced to address issues in #51 but this package is not recommended due to problems with integer64 values. This work should be done after #151 to ensure these changes to not cause breaking changes to Google BigQuery and other platforms.
The text was updated successfully, but these errors were encountered:
Cannot remove bit64 entirely until we remove the insertInclusionRuleNames function from the package. At the moment we use DatabaseConnector::insertTable to insert the inclusion rules and the cohortDefinitionId must be an integer64 otherwise it will break Google BigQuery.
The bit64 package was introduced to address issues in #51 but this package is not recommended due to problems with integer64 values. This work should be done after #151 to ensure these changes to not cause breaking changes to Google BigQuery and other platforms.
The text was updated successfully, but these errors were encountered: