-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
New resource - Glue crawlers #4484
Closed
Closed
Changes from 27 commits
Commits
Show all changes
60 commits
Select commit
Hold shift + click to select a range
76aee79
WIP - Add AWS Glue Crawler
darrenhaken c3cbbe7
Merge branch 'master' of github.com:terraform-providers/terraform-pro…
darrenhaken b0ba213
WIP - Finally got a failing test with the bare min of crawler
darrenhaken 1b0babf
WIP with failing test
darrenhaken 8eb8421
Merge remote-tracking branch 'upstream/master' into glue_crawlers
darrenhaken f579f8d
Switch service role for Glue
darrenhaken f43a0a2
make glue crawler creation wait for role ready
f0rk 9396692
Merge pull request #1 from f0rk/glue_crawlers_fork
darrenhaken 9ca8a90
Add description and schedule to glue crawlers
darrenhaken 71db475
Merge remote-tracking branch 'upstream/master' into glue_crawlers
darrenhaken 6801b72
Add classifiers to glue crawlers
darrenhaken 97496eb
Add glue crawler table prefix
darrenhaken d41e67f
Merge remote-tracking branch 'upstream/master' into glue_crawlers
darrenhaken b5fbdf4
Change role names to not use the default.
darrenhaken cf9b1e2
Change classifier name
darrenhaken 8f1f921
Add schema change policy
darrenhaken 8287580
Add creating glue db as part of tests.
darrenhaken a78ca5d
Add glue crawler s3 targets
darrenhaken 15569a0
Add s3 target exclusions to glue crawler
darrenhaken 030df68
Fix assertion for glue crawler basic test
darrenhaken 8e02838
WIP for glue JDBC crawlers
darrenhaken dac4615
Remove experiment on Glue JDBC crawler
darrenhaken 0f087a3
Attempt to add full glue access but test still fails
darrenhaken 2d2b9c3
Change name on Glue JDBC crawler
darrenhaken 9d9d676
Add classifiers to glue crawlers
darrenhaken 43ed483
Add glue crawler configuration
darrenhaken 35e1ee4
Merge remote-tracking branch 'upstream/master' into glue_crawlers
darrenhaken 7e625f9
resource/aws_kinesis_firehose_delivery_stream: Support data_format_co…
bflad 5c397f1
resource/aws_kinesis_firehose_delivery_stream: Fix imports formatting…
bflad fcd0f8b
resource/aws_kinesis_firehose_delivery_stream: Remove else statements…
bflad b497605
resource/aws_kinesis_firehose_delivery_stream: Implement ConflictsWit…
bflad 5da31f8
add new resource aws_neptune_cluster_parameter_group
saravanan30erd 689b0bb
add acceptance test
saravanan30erd 0659c60
add document for neptune_cluster_parameter_group
saravanan30erd 03a7c40
fix the issue in setting tags
saravanan30erd a2ec019
resource/aws_cognito_user_pool_client: Prevent panic with updating re…
bflad 7e2307c
tests/resource/aws_kinesis_firehose_delivery_stream: Verify updates t…
bflad 3c9c2fa
resource/aws_kinesis_firehose_delivery_stream: Mark data_format_conve…
bflad 26fb58c
Update CHANGELOG for #4842
bflad 357bb86
fix the unit testing
saravanan30erd c8d17fe
corrections based on feedback
saravanan30erd a2fb36f
Update CHANGELOG for #4868
bflad 59a9dc4
tests/resource/aws_neptune_cluster_parameter_group: Enhance acceptanc…
bflad 53709e3
Update CHANGELOG for #4860
bflad e016ace
resource/aws_neptune_parameter_group: Support tags argument and arn a…
bflad 037be34
Add enabled_cloudwatch_logs_exports to rds cluster resource
e34e4ac
New Data Source: aws_vpc_dhcp_options
bflad e39ad32
data-source/aws_vpc_dhcp_options: Support filter argument
bflad cfa0c87
data-source/aws_vpc_dhcp_options: Fix imports formatting
bflad 2f3d7eb
data-source/aws_vpc_dhcp_options: Remove ValidateFunc from dhcp_optio…
bflad 35f1f9d
tests/data-source/aws_vpc_dhcp_options: Check no matching, multiple m…
bflad c7f2925
tests/resource/aws_neptune_parameter_group: Use %q instead of "%s" in…
bflad a8e0dc2
Update CHANGELOG for #4873
bflad 3be906a
Update CHANGELOG for #4878
bflad aff7114
[squash] review remarks
e146939
Update CHANGELOG for #4875
bflad 51a1ae0
Rename glue crawler resource
darrenhaken e5832d7
Made some of the glue crawler changes based on PR feedback
darrenhaken 1f05ca1
Add random names to glue crawler tests
darrenhaken ac4b520
Revert a change for glue crawler schema change
darrenhaken File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
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.
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.
We should probably remove
_catalog
from the resource/file names, andCatalog
from the function names everywhere to match the API, which just refers to these objects without including catalog in the naming.You know this already but this resource is missing documentation in
website/docs/r/glue_crawler.html.markdown
and a sidebar link inwebsite/aws.erb
😉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.
Done