Skip to content

Commit 9ca5067

Browse files
committed
Update Python shebang and documentation organization
Signed-off-by: Webster Mudge <[email protected]>
1 parent 9454e11 commit 9ca5067

File tree

76 files changed

+271
-757
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

76 files changed

+271
-757
lines changed

galaxy.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
---
2-
31
# Copyright 2024 Cloudera, Inc. All Rights Reserved.
42
#
53
# Licensed under the Apache License, Version 2.0 (the "License");
@@ -14,6 +12,8 @@
1412
# See the License for the specific language governing permissions and
1513
# limitations under the License.
1614

15+
---
16+
1717
namespace: cloudera
1818
name: cloud
1919
version: 2.5.1
@@ -25,14 +25,11 @@ authors:
2525

2626
description: >
2727
A set of modules and other artifacts for interacting with the services and endpoints
28-
provided by the Cloudera Data Platform (CDP) for Public and Private Cloud.
28+
provided by the Cloudera on cloud and on premises platforms.
2929
license_file: LICENSE
3030
tags:
3131
- cloudera
3232
- cdp
33-
- azure
34-
- aws
35-
- gcp
3633
- data_service
3734
- data_hub
3835

@@ -52,3 +49,5 @@ build_ignore:
5249
- tests
5350
- pytest.ini
5451
- builder
52+
53+
...

plugins/doc_fragments/cdp_auth_options.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#!/usr/bin/env python
21
# -*- coding: utf-8 -*-
32

43
# Copyright 2023 Cloudera, Inc. All Rights Reserved.

plugins/doc_fragments/cdp_sdk_options.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#!/usr/bin/env python
21
# -*- coding: utf-8 -*-
32

43
# Copyright 2023 Cloudera, Inc. All Rights Reserved.

plugins/lookup/datahub_definition.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#!/usr/bin/env python
21
# -*- coding: utf-8 -*-
32

43
# Copyright 2023 Cloudera, Inc.

plugins/lookup/datahub_instance.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#!/usr/bin/env python
21
# -*- coding: utf-8 -*-
32

43
# Copyright 2023 Cloudera, Inc.

plugins/lookup/datahub_service.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#!/usr/bin/env python
21
# -*- coding: utf-8 -*-
32

43
# Copyright 2023 Cloudera, Inc.

plugins/lookup/datahub_template.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#!/usr/bin/env python
21
# -*- coding: utf-8 -*-
32

43
# Copyright 2023 Cloudera, Inc.

plugins/lookup/datalake_instance.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#!/usr/bin/env python
21
# -*- coding: utf-8 -*-
32

43
# Copyright 2023 Cloudera, Inc.

plugins/lookup/datalake_runtime.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#!/usr/bin/env python
21
# -*- coding: utf-8 -*-
32

43
# Copyright 2023 Cloudera, Inc.

plugins/lookup/datalake_service.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#!/usr/bin/env python
21
# -*- coding: utf-8 -*-
32

43
# Copyright 2023 Cloudera, Inc.

0 commit comments

Comments
 (0)