Plaid Investment Connector

Hi, I’m working on adding the investment connector for plaid.

However, running into issues when following the transactions stream for plaid to implement the investment_transactions stream. From the logs, it looks like its failing due to the use of “date” as a cursor. See log below:

2022-10-12 22:23:57 normalization > {“type”: “LOG”, “log”: {“level”: “FATAL”, “message”: “‘date’\nTraceback (most recent call last):\n File "/usr/local/bin/transform-catalog", line 8, in \n sys.exit(main())\n File "/usr/local/lib/python3.9/site-packages/normalization/transform_catalog/transform.py", line 104, in main\n TransformCatalog().run(args)\n File "/usr/local/lib/python3.9/site-packages/normalization/transform_catalog/transform.py", line 36, in run\n self.process_catalog()\n File "/usr/local/lib/python3.9/site-packages/normalization/transform_catalog/transform.py", line 64, in process_catalog\n processor.process(catalog_file=catalog_file, json_column_name=json_col, default_schema=schema)\n File "/usr/local/lib/python3.9/site-packages/normalization/transform_catalog/catalog_processor.py", line 76, in process\n nested_processors = stream_processor.process()\n File "/usr/local/lib/python3.9/site-packages/normalization/transform_catalog/stream_processor.py", line 295, in process\n self.generate_scd_type_2_model(from_table, column_names),\n File "/usr/local/lib/python3.9/site-packages/normalization/transform_catalog/stream_processor.py", line 709, in generate_scd_type_2_model\n cursor_field = self.get_cursor_field(column_names)\n File "/usr/local/lib/python3.9/site-packages/normalization/transform_catalog/stream_processor.py", line 990, in get_cursor_field\n cursor = column_names[self.cursor_field[0]][0]\nKeyError: ‘date’”}}

2022-10-12 22:23:57 normalization > {“type”: “TRACE”, “trace”: {“type”: “ERROR”, “emitted_at”: 1665613437332.32, “error”: {“message”: “Something went wrong in the connector. See the logs for more details.”, “internal_message”: “‘date’”, “stack_trace”: “Traceback (most recent call last):\n File "/usr/local/bin/transform-catalog", line 8, in \n sys.exit(main())\n File "/usr/local/lib/python3.9/site-packages/normalization/transform_catalog/transform.py", line 104, in main\n TransformCatalog().run(args)\n File "/usr/local/lib/python3.9/site-packages/normalization/transform_catalog/transform.py", line 36, in run\n self.process_catalog()\n File "/usr/local/lib/python3.9/site-packages/normalization/transform_catalog/transform.py", line 64, in process_catalog\n processor.process(catalog_file=catalog_file, json_column_name=json_col, default_schema=schema)\n File "/usr/local/lib/python3.9/site-packages/normalization/transform_catalog/catalog_processor.py", line 76, in process\n nested_processors = stream_processor.process()\n File "/usr/local/lib/python3.9/site-packages/normalization/transform_catalog/stream_processor.py", line 295, in process\n self.generate_scd_type_2_model(from_table, column_names),\n File "/usr/local/lib/python3.9/site-packages/normalization/transform_catalog/stream_processor.py", line 709, in generate_scd_type_2_model\n cursor_field = self.get_cursor_field(column_names)\n File "/usr/local/lib/python3.9/site-packages/normalization/transform_catalog/stream_processor.py", line 990, in get_cursor_field\n cursor = column_names[self.cursor_field[0]][0]\nKeyError: ‘date’\n”, “failure_type”: “system_error”}}}

I think I’m going about this the wrong way as it doesnt look like the source defines anything that can be used as a cursor for investment transactions. But there is a webhook for updates in Plaid. I couldn’t get around how this can work with Airbyte’s pull (vs. push) mechanism. I would appreciate any pointer to implementing a webhook like that – is there a similar connector that I can look at?

Attached my source.py snipped for this class
Investment Transactions Stream

Hello there! You are receiving this message because none of your fellow community members has stepped in to respond to your topic post. (If you are a community member and you are reading this response, feel free to jump in if you have the answer!) As a result, the Community Assistance Team has been made aware of this topic and will be investigating and responding as quickly as possible.
Some important considerations that will help your to get your issue solved faster:

  • It is best to use our topic creation template; if you haven’t yet, we recommend posting a followup with the requested information. With that information the team will be able to more quickly search for similar issues with connectors and the platform and troubleshoot more quickly your specific question or problem.
  • Make sure to upload the complete log file; a common investigation roadblock is that sometimes the error for the issue happens well before the problem is surfaced to the user, and so having the tail of the log is less useful than having the whole log to scan through.
  • Be as descriptive and specific as possible; when investigating it is extremely valuable to know what steps were taken to encounter the issue, what version of connector / platform / Java / Python / docker / k8s was used, etc. The more context supplied, the quicker the investigation can start on your topic and the faster we can drive towards an answer.
  • We in the Community Assistance Team are glad you’ve made yourself part of our community, and we’ll do our best to answer your questions and resolve the problems as quickly as possible. Expect to hear from a specific team member as soon as possible.

Thank you for your time and attention.
Best,
The Community Assistance Team

Hey could you create a issue in github for this?

Sorry, just seeing this. Submitted: Enhance/New Source Connector for Plaid Investments · Issue #19009 · airbytehq/airbyte · GitHub