Dan Brown

Results 18 comments of Dan Brown

Thanks Bruce. Two more possible fixes that helped me follow the instructions here https://ramblings.mcpher.com/oauth2-for-apps-script-in-a-few-lines-of-code/some-oauth2-walkthroughs/, in particular the #3 ("web application running as me"): What should replace the placeholder HTML_FILE on...

Hi Bruce- that makes sense re the html file. The website does not expose this via an api, and there is no way to get a client id and secret...

@sjakos might be appropriate to update the documentation https://github.com/danswer-ai/danswer-docs/blob/main/connectors/file.mdx

@candiduslynx Please reconsider if this capability is worth investing in for CloudQuery. As an example, the [Airbyte Connector Builder](https://docs.airbyte.com/connector-development/connector-builder-ui/overview) which was [announced in May 2023](https://airbyte.com/blog/launching-the-no-code-connector-builder-build-custom-connectors-in-minutes) was very helpful to me...

@BubbaJoe This was marked as completed, but it is not supported today, and the [documentation ](https://hub.cloudquery.io/plugins/destination/cloudquery/file/v3.4.17/docs )continues to indicate that the file destination supports only "append" for write_mode. Please re-open...

There might be an issue with an incorrect variable name, introduced with commit https://github.com/danswer-ai/danswer/commit/a4d5ac816e37973fd7d6ec143d5ea4cb6c68a1d5 This line works and refers to the variable called file_metadata : https://github.com/danswer-ai/danswer/blob/3f1cd1ad129683090d85a15f6208bfd5a9428100/backend/danswer/connectors/file/connector.py#L72 This line might not...

Here is a file that fails with sniffer parameter 1024, and succeeds with 10240 [test-not-working3.tsv.gz](https://github.com/gitonthescene/csv-reconcile/files/12839438/test-not-working3.tsv.gz) $ poetry run csv-reconcile init --scorer=dice test-not-working3.tsv public_identifier match_string

I am not an expert (and not on any "team" by the way) Maybe somewhere the dimension size of "1" is causing problems. Maybe try with more than one class?