Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename parent_id values and adding breadcrumbs #79

Open
LucasZielke opened this issue Oct 28, 2021 · 3 comments
Open

Rename parent_id values and adding breadcrumbs #79

LucasZielke opened this issue Oct 28, 2021 · 3 comments
Labels
enhancement New feature or request

Comments

@LucasZielke
Copy link
Contributor

Feature Suggestion:

Having the parent_ids renamed relative to the attributed object, where a foldered_tasks parent_id then becomes list_id ect.

And adding breadcrumbs along the way for parent_ids of those parent_ids.
These should be most of the relevant breadcrumbs:

  • FOLDER
    • Space ID (within SPACE)
  • FOLDERLESS_LIST
    • Space ID (within SPACE)
  • FOLDER_LIST
    • Folder ID (within FOLDER)
    • Space ID (within SPACE)
  • FOLDERLESS_TASK
    • List ID (within LIST)
    • Space ID (within SPACE)
    • Current Status (within STATUS) *nice to have
  • FOLDER_TASK
    • List ID (within LIST)
    • Folder ID (within FOLDER)
    • Space ID (within SPACE)
    • Current Status (within STATUS) *nice to have
@visch
Copy link
Contributor

visch commented Oct 28, 2021

Right, so the context's that are passed from the Parent streams, those ID's are useful to analysis later on.

No reason not to add those I agree

https://github.com/AutoIDM/tap-clickup/blob/main/tap_clickup/streams.py#L100

@visch
Copy link
Contributor

visch commented Oct 28, 2021

Part of me wonders if we should prefix the key with something, like _sdc_ to indicate that this data isn't from the API response

@visch
Copy link
Contributor

visch commented Apr 29, 2022

2022-04-29T01:39:52.181133Z [info ] time=2022-04-28 21:39:52 name=tap-clickup level=WARNING message=Property 'space_id' was present in the 'folder' stream but not found in catalog schema. Ignoring. cmd_type=extractor job_id=2022-04-29T013944--tap-clickup--target-jsonl name=tap-clickup run_id=5f4de51e-8f1b-4519-a6f4-0db74b546195 stdio=stderr
2022-04-29T01:39:52.181551Z [info ] time=2022-04-28 21:39:52 name=tap-clickup level=WARNING message=Property 'team_id' was present in the 'space' stream but not found in catalog schema. Ignoring. cmd_type=extractor job_id=2022-04-29T013944--tap-clickup--target-jsonl name=tap-clickup run_id=5f4de51e-8f1b-4519-a6f4-0db74b546195 stdio=stderr

@visch visch added the enhancement New feature or request label Mar 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants