2,11c2,4
< spark.blacklist.application.fetchFailure.enabled
< spark.blacklist.application.maxFailedExecutorsPerNode
< spark.blacklist.application.maxFailedTasksPerExecutor
< spark.blacklist.enabled
< spark.blacklist.killBlacklistedExecutors
< spark.blacklist.stage.maxFailedExecutorsPerNode
< spark.blacklist.stage.maxFailedTasksPerExecutor
< spark.blacklist.task.maxTaskAttemptsPerExecutor
This file contains hidden or 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
| # https://dlthub.com/docs/general-usage/http/overview | |
| import dlt | |
| from dlt.sources.helpers.rest_client import RESTClient | |
| catfact_client = RESTClient(base_url="https://catfact.ninja") | |
| @dlt.resource | |
| def get_breeds(): | |
| for page in catfact_client.paginate( |