Andy Lu

Results 14 issues of Andy Lu

The goal of this PR is to add support for this json-file -> tap -> Catalog Class -> Schema Class -> Python dict

This commit adds an example of how someone could write a function to update a config file, as mentioned [in this PR](https://github.com/singer-io/getting-started/pull/49).

`WARNING Property campaigns.ads is not defined in the facebook_business library`

Followed the `README` to run `mdbook test` and got the following error. ```sh 2022-12-22 23:35:37 [ERROR] (mdbook::book): rustdoc returned an error: --- stdout running 2 tests test /var/folders/3h/t8595zjd10l4248jh4z21h8r0000gn/T/mdbook-ozrGSf/concurrency/scoped-threads.md - Scoped_Threads...

# Description of change This PR transforms Google Sheet Time fields from `"44241 days, 12:34:56"` to `"12:34:56"` # Manual QA steps - Ran the tap with `target-stitch`'s `Validating Handler #...

https://github.com/singer-io/tap-google-sheets/blob/f1d1d43c6b74a8705e91e908c582e39c68464c0c/tap_google_sheets/schema.py#L3 I think this is safe to remove because [it's only used in this one initialization](https://github.com/singer-io/tap-google-sheets/blob/f1d1d43c6b74a8705e91e908c582e39c68464c0c/tap_google_sheets/schema.py#L25), but it's not really used because that variable is overwritten moments later

# Description of change This PR fixes what appears to be a bug from #192. Here is the stacktrace ```python CRITICAL 'NoneType' object has no attribute 'utcoffset' Traceback (most recent...

# Description of change This PR sets the PyMongo client to use the `"standard"` representation of UUID instead of the default `"undefined"` representation. [From the docs](https://pymongo.readthedocs.io/en/stable/api/pymongo/mongo_client.html#pymongo.mongo_client.MongoClient): > uuidRepresentation: The BSON...