Mark Servidio

Results 15 comments of Mark Servidio

Changes are raised in https://github.com/GoogleCloudPlatform/bq-datashare-toolkit/pull/53, however there appears to be a bug with WriteDisposition where it's truncating column mode and descriptions when using the WRITE_TRUNCATE option.

Once the repository is made public we should have a lot of GitHub app options for code cov integration.

"coverage": "nyc report --reporter=html"

This would require a lot of API calls to get the metadata on accounts with access for both datasets and tables. Rather than this being a real-time process, it could...

I prefer the approach of taking an MD5 hash on the file content. However both have their merits. We could allow for both and make it configurable also. Default on...

Problem is that using a single hash would require a join to all of the data. To minimize the joined set we could combine with a statement date or something...

Discovery URL not available yet.

Idea - Create a new role with no permissions. For each user added to Datashare, add or remove them to the role as necessary.

https://cloud.google.com/resource-manager/reference/rest/Shared.Types/Policy?hl=en_US

For now, I'm working around this with the following: ```csharp public class CustomIsoDateTimeConverter : IsoDateTimeConverter { public override object? ReadJson(JsonReader reader, Type objectType, object? existingValue, JsonSerializer serializer) { string? value...