* raise error if dataset name empty.
hidden dataset project when name is an empty string.
if the dataset project happens to match an existing project, it can be quite jarring to have one's history of results suddenly become hidden.
if there's an intent behind this behavior, please let me know and I'd gladly change it to a warning instead.
* move check to top of init, change message
* whitespace
Fixing AWS credential access that uses a token, instantiation within VPC without AvailabilityZones and ebs volume creation. Note: EBS is attached but never mounted.
Addresses #1067
* feat(datasets.py): ✨ Added the option `include_archived` to Dataset.list_datasets() class method which, if False, will exclude archived datasets from the list. Defaults to True to maintain the current behavior of the class method.
While it's possible to filter datasets using the get() class method it wasn't possible to do the same for the list_datasets() method. This feature seems useful to include and it's a simple, non-breaking modification.
* style(datasets.py): 🚨 Updated formatting (white spaces/spaces after comma/line breaks) in accordance with the flake8 formatting checks for dataset.py.
As suggesting in the contribution guidelines, fake8 was used to validate the formatting. Several errors were found from prior commits that were fixed.
* Correct spelling in docstrings and comments in automation controller
* Improve readability by adding line breaks in automation controller
* Add deprecation warnings for logger methods
* Add docstring text regarding deprecation of logger methods
* Format deprecation warnings for logger methods in Black style
* Correct the docstring of query_tasks
* Remove new line in 'pre_execute_callback' docstring
---------
Co-authored-by: Make42 <none@none.net>