We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It seems that it is not possible to choose the RecrawlPolicy when instantiating a Crawler Object although it is stated in the documentation that all properties defined in the Crawler API can be provided to the constructor (https://docs.aws.amazon.com/glue/latest/dg/developing-blueprints-code-classes.html#developing-blueprints-code-crawlerclass).
Are there any plans to add this feature in future updates?
ex: Crawler( Name="crawler", Role=iam_role, RecrawlPolicy={"RecrawlBehavior": "CRAWL_NEW_FOLDERS_ONLY"}, Targets=targets, )
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It seems that it is not possible to choose the RecrawlPolicy when instantiating a Crawler Object although it is stated in the documentation that all properties defined in the Crawler API can be provided to the constructor (https://docs.aws.amazon.com/glue/latest/dg/developing-blueprints-code-classes.html#developing-blueprints-code-crawlerclass).
Are there any plans to add this feature in future updates?
ex:
Crawler(
Name="crawler",
Role=iam_role,
RecrawlPolicy={"RecrawlBehavior": "CRAWL_NEW_FOLDERS_ONLY"},
Targets=targets,
)
The text was updated successfully, but these errors were encountered: