-
Couldn't load subscription status.
- Fork 132
feat: airtable integration docs #2041
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
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This PR is being reviewed by Cursor Bugbot
Details
Your team is on the Bugbot Free tier. On this plan, Bugbot will review limited PRs each billing cycle for each member of your team.
To receive Bugbot reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial.
Comment @cursor review or bugbot run to trigger another review on this PR
| title: Airtable integration | ||
| description: Connect Apify with Airtable. | ||
| sidebar_label: Airtable | ||
| sidebar_position: 4 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bug: Sidebar Position Conflict Between Files
The sidebar_position is set to 4, which conflicts with console_integration.md that also has sidebar_position: 4. Since both files are in the same directory and index.md should be the main page while console_integration.md is a sub-section, they should have different sidebar positions. The index.md should have a lower position number than console_integration.md (e.g., index.md: 4, console_integration.md: 5).
|
Preview for this PR was built for commit |
|
Preview for this PR was built for commit |
|
Preview for this PR was built for commit |
|
Adding @DaveHanns since @drobnikj is taking parental leave :) |
sources/platform/integrations/data-storage/airtable/console_integration.md
Outdated
Show resolved
Hide resolved
sources/platform/integrations/data-storage/airtable/console_integration.md
Outdated
Show resolved
Hide resolved
| **Example Source**: crawl.depth <br/> | ||
| **Apify Field**: | ||
|
|
||
| ```bash | ||
| { | ||
| crawl: { | ||
| depth: 3, | ||
| } | ||
| } | ||
| ``` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What is this supposed to be? What does it explain?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So the source crawl.depth is referring to the children field depth of crawl in the api result. If you check out the field preview image you can see on the right side fields with "."s in the name. I am not sure if this is very clear in the docs.
Co-authored-by: Michał Olender <92638966+TC-MO@users.noreply.github.com>
|
Preview for this PR was built for commit |
|
Preview for this PR was built for commit |
|
Preview for this PR was built for commit |
|
Preview for this PR was built for commit |
Implemented docs for the new Airtable integration. Wrote detailed instructions on how to install, run an Actor and map the results.
I left there one TODO item since we dont have the Apify extension published I couldn't put there extension search result Apify so we need to improve it in the future. Ticket: #2042