Fix incorrect field names in fabric_shortcut documentation examples #790
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
📥 Pull Request
❓ What are you trying to address
Documentation examples for
fabric_shortcutresource incorrectly usedfind/subfindinstead of the actual field namespath/subpath, preventing users from using the examples successfully.✨ Description of new changes
examples/resources/fabric_shortcut/resource.tffind→path(7 instances across all resource examples)subfind→subpath(6 instances across adls_gen2, amazon_s3, google_cloud_storage, s3_compatible, dataverse, azure_blob_storage targets)All seven example configurations (onelake, adls_gen2, amazon_s3, google_cloud_storage, s3_compatible, dataverse, azure_blob_storage) now use correct schema field names.
The auto-generated documentation in the
docsfolder will be regenerated automatically by the CI pipeline when this PR is merged.☑️ PR Checklist
☑️ Resources / Data Sources Checklist
PRs for new/enhanced resources or data sources are expected to meet the following criteria:
Original prompt
This section details on the original issue you should resolve
<issue_title>[DOCS] Error in examples in fabric_shortcut (Resource)</issue_title>
<issue_description>### 📝 Description
In the fabric_shortcut (Resource) documentation, in the Example usage pan, the
pathword has been replaced by thefindword.📎 Additional context
Replace:
by