getindata/kedro-airflow-k8s

View on GitHub
Merge pull request #150 from getindata/release-0.8.2 #394
Mariusz Strzelecki authored 62743718
complete00:00:17
Your first build completed successfully!

Congratulations

Your first build completed successfully!

See the Results

1
git clone
2
codeclimate validate-config
View output
codeclimate validate-config
WARNING: missing 'version' key. Please add `version: "2"`
3
codeclimate prepare
View output
codeclimate prepare
4
builder pull-engines
View output
determining required images
docker pull codeclimate/codeclimate-pylint:b938
b938: Pulling from codeclimate/codeclimate-pylint
4fe2ade4980c: Pulling fs layer
7cf6a1d62200: Pulling fs layer
f0d690b9e495: Pulling fs layer
fac5d45ad062: Pulling fs layer
dd9b067ef6fd: Pulling fs layer
ae19c30bb075: Pulling fs layer
322fbb16ce3a: Pulling fs layer
064681c837fd: Pulling fs layer
4777c8135e2f: Pulling fs layer
c1cade1474ec: Pulling fs layer
9b2c73eee31e: Pulling fs layer
98b60db9dac2: Pulling fs layer
fdeb13433eb3: Pulling fs layer
fac5d45ad062: Waiting
dd9b067ef6fd: Waiting
4777c8135e2f: Waiting
ae19c30bb075: Waiting
9b2c73eee31e: Waiting
064681c837fd: Waiting
98b60db9dac2: Waiting
322fbb16ce3a: Waiting
fdeb13433eb3: Waiting
c1cade1474ec: Waiting
7cf6a1d62200: Download complete
4fe2ade4980c: Download complete
fac5d45ad062: Verifying Checksum
fac5d45ad062: Download complete
4fe2ade4980c: Pull complete
7cf6a1d62200: Pull complete
dd9b067ef6fd: Verifying Checksum
dd9b067ef6fd: Download complete
f0d690b9e495: Verifying Checksum
f0d690b9e495: Download complete
322fbb16ce3a: Verifying Checksum
322fbb16ce3a: Download complete
064681c837fd: Verifying Checksum
064681c837fd: Download complete
c1cade1474ec: Verifying Checksum
c1cade1474ec: Download complete
9b2c73eee31e: Download complete
98b60db9dac2: Download complete
f0d690b9e495: Pull complete
4777c8135e2f: Verifying Checksum
4777c8135e2f: Download complete
fdeb13433eb3: Verifying Checksum
fdeb13433eb3: Download complete
fac5d45ad062: Pull complete
dd9b067ef6fd: Pull complete
ae19c30bb075: Verifying Checksum
ae19c30bb075: Download complete
ae19c30bb075: Pull complete
322fbb16ce3a: Pull complete
064681c837fd: Pull complete
4777c8135e2f: Pull complete
c1cade1474ec: Pull complete
9b2c73eee31e: Pull complete
98b60db9dac2: Pull complete
fdeb13433eb3: Pull complete
Digest: sha256:a8e867713f52acba347e27ba8063b0eb27b701d7f952b5962d12a277d8710778
Status: Downloaded newer image for registry.prod.codeclimate.net/codeclimate/codeclimate-pylint:b938
5
structure
View output
12
Parser process id: 12
codeclimate-parser socket not present
waiting 1s...
6
duplication
View output
12
Parser process id: 12
codeclimate-parser socket not present
waiting 1s...
I, [2024-10-15T08:22:20.443007 #1]  INFO -- : Skipping file ./kedro_airflow_k8s/cli_helper.py due to exception (CC::Engine::Analyzers::ParserError): `python2 /usr/src/app/lib/cc/engine/analyzers/python/parser.py` exited with code 1:
Traceback (most recent call last):
  File "/usr/src/app/lib/cc/engine/analyzers/python/parser.py", line 51, in <module>
    print(json.dumps(to_json(ast.parse(source))))
  File "/usr/local/python2/lib/python2.7/ast.py", line 37, in parse
    return compile(source, filename, mode, PyCF_ONLY_AST)
  File "<unknown>", line 17
    dag_name: str, target_path: str, template_stream: TemplateStream
            ^
SyntaxError: invalid syntax


I, [2024-10-15T08:22:20.443068 #1]  INFO -- : Skipping file ./kedro_airflow_k8s/template.py due to exception (CC::Engine::Analyzers::ParserError): `python2 /usr/src/app/lib/cc/engine/analyzers/python/parser.py` exited with code 1:
Traceback (most recent call last):
  File "/usr/src/app/lib/cc/engine/analyzers/python/parser.py", line 51, in <module>
    print(json.dumps(to_json(ast.parse(source))))
  File "/usr/local/python2/lib/python2.7/ast.py", line 37, in parse
    return compile(source, filename, mode, PyCF_ONLY_AST)
  File "<unknown>", line 31
    def _get_jinja_template(name: str):
                                ^
SyntaxError: invalid syntax


I, [2024-10-15T08:22:20.460143 #1]  INFO -- : Skipping file ./kedro_airflow_k8s/operators/start_mlflow_experiment.py due to exception (CC::Engine::Analyzers::ParserError): `python2 /usr/src/app/lib/cc/engine/analyzers/python/parser.py` exited with code 1:
Traceback (most recent call last):
  File "/usr/src/app/lib/cc/engine/analyzers/python/parser.py", line 51, in <module>
    print(json.dumps(to_json(ast.parse(source))))
  File "/usr/local/python2/lib/python2.7/ast.py", line 37, in parse
    return compile(source, filename, mode, PyCF_ONLY_AST)
  File "<unknown>", line 16
    def obtain_credentials(self) -> Dict[str, str]:
                                 ^
SyntaxError: invalid syntax


I, [2024-10-15T08:22:20.460272 #1]  INFO -- : Skipping file ./kedro_airflow_k8s/task_group.py due to exception (CC::Engine::Analyzers::ParserError): `python2 /usr/src/app/lib/cc/engine/analyzers/python/parser.py` exited with code 1:
Traceback (most recent call last):
  File "/usr/src/app/lib/cc/engine/analyzers/python/parser.py", line 51, in <module>
    print(json.dumps(to_json(ast.parse(source))))
  File "/usr/local/python2/lib/python2.7/ast.py", line 37, in parse
    return compile(source, filename, mode, PyCF_ONLY_AST)
  File "<unknown>", line 18
    def __init__(self, name: str, task_group: List[Node], group_type: str):
                           ^
SyntaxError: invalid syntax


I, [2024-10-15T08:22:20.472740 #1]  INFO -- : Skipping file ./kedro_airflow_k8s/operators/create_pipeline_storage.py due to exception (CC::Engine::Analyzers::ParserError): `python2 /usr/src/app/lib/cc/engine/analyzers/python/parser.py` exited with code 1:
Traceback (most recent call last):
  File "/usr/src/app/lib/cc/engine/analyzers/python/parser.py", line 51, in <module>
    print(json.dumps(to_json(ast.parse(source))))
  File "/usr/local/python2/lib/python2.7/ast.py", line 37, in parse
    return compile(source, filename, mode, PyCF_ONLY_AST)
  File "<unknown>", line 25
    pvc_name: str,
            ^
SyntaxError: invalid syntax


I, [2024-10-15T08:22:20.479039 #1]  INFO -- : Skipping file ./kedro_airflow_k8s/operators/data_volume_init.py due to exception (CC::Engine::Analyzers::ParserError): `python2 /usr/src/app/lib/cc/engine/analyzers/python/parser.py` exited with code 1:
Traceback (most recent call last):
  File "/usr/src/app/lib/cc/engine/analyzers/python/parser.py", line 51, in <module>
    print(json.dumps(to_json(ast.parse(source))))
  File "/usr/local/python2/lib/python2.7/ast.py", line 37, in parse
    return compile(source, filename, mode, PyCF_ONLY_AST)
  File "<unknown>", line 61
    namespace: str,
             ^
SyntaxError: invalid syntax


I, [2024-10-15T08:22:20.483596 #1]  INFO -- : Skipping file ./kedro_airflow_k8s/operators/delete_pipeline_storage.py due to exception (CC::Engine::Analyzers::ParserError): `python2 /usr/src/app/lib/cc/engine/analyzers/python/parser.py` exited with code 1:
Traceback (most recent call last):
  File "/usr/src/app/lib/cc/engine/analyzers/python/parser.py", line 51, in <module>
    print(json.dumps(to_json(ast.parse(source))))
  File "/usr/local/python2/lib/python2.7/ast.py", line 37, in parse
    return compile(source, filename, mode, PyCF_ONLY_AST)
  File "<unknown>", line 24
    pvc_name: str,
            ^
SyntaxError: invalid syntax


I, [2024-10-15T08:22:20.489978 #1]  INFO -- : Skipping file ./kedro_airflow_k8s/operators/spark_submit_k8s.py due to exception (CC::Engine::Analyzers::ParserError): `python2 /usr/src/app/lib/cc/engine/analyzers/python/parser.py` exited with code 1:
Traceback (most recent call last):
  File "/usr/src/app/lib/cc/engine/analyzers/python/parser.py", line 51, in <module>
    print(json.dumps(to_json(ast.parse(source))))
  File "/usr/local/python2/lib/python2.7/ast.py", line 37, in parse
    return compile(source, filename, mode, PyCF_ONLY_AST)
  File "<unknown>", line 22
    node_name: str,
             ^
SyntaxError: invalid syntax


I, [2024-10-15T08:22:20.501109 #1]  INFO -- : Skipping file ./kedro_airflow_k8s/operators/node_pod.py due to exception (CC::Engine::Analyzers::ParserError): `python2 /usr/src/app/lib/cc/engine/analyzers/python/parser.py` exited with code 1:
Traceback (most recent call last):
  File "/usr/src/app/lib/cc/engine/analyzers/python/parser.py", line 51, in <module>
    print(json.dumps(to_json(ast.parse(source))))
  File "/usr/local/python2/lib/python2.7/ast.py", line 37, in parse
    return compile(source, filename, mode, PyCF_ONLY_AST)
  File "<unknown>", line 25
    node_name: str,
             ^
SyntaxError: invalid syntax


I, [2024-10-15T08:22:20.505113 #1]  INFO -- : Skipping file ./kedro_airflow_k8s/airflow.py due to exception (CC::Engine::Analyzers::ParserError): `python2 /usr/src/app/lib/cc/engine/analyzers/python/parser.py` exited with code 1:
Traceback (most recent call last):
  File "/usr/src/app/lib/cc/engine/analyzers/python/parser.py", line 51, in <module>
    print(json.dumps(to_json(ast.parse(source))))
  File "/usr/local/python2/lib/python2.7/ast.py", line 37, in parse
    return compile(source, filename, mode, PyCF_ONLY_AST)
  File "<unknown>", line 19
    dag_id: str
          ^
SyntaxError: invalid syntax


I, [2024-10-15T08:22:20.512085 #1]  INFO -- : Skipping file ./kedro_airflow_k8s/cli.py due to exception (CC::Engine::Analyzers::ParserError): `python2 /usr/src/app/lib/cc/engine/analyzers/python/parser.py` exited with code 1:
Traceback (most recent call last):
  File "/usr/src/app/lib/cc/engine/analyzers/python/parser.py", line 51, in <module>
    print(json.dumps(to_json(ast.parse(source))))
  File "/usr/local/python2/lib/python2.7/ast.py", line 37, in parse
    return compile(source, filename, mode, PyCF_ONLY_AST)
  File "<unknown>", line 100
    def upload_pipeline(ctx, output: str, image: str):
                                   ^
SyntaxError: invalid syntax


I, [2024-10-15T08:22:20.516135 #1]  INFO -- : Skipping file ./kedro_airflow_k8s/hooks.py due to exception (CC::Engine::Analyzers::ParserError): `python2 /usr/src/app/lib/cc/engine/analyzers/python/parser.py` exited with code 1:
Traceback (most recent call last):
  File "/usr/src/app/lib/cc/engine/analyzers/python/parser.py", line 51, in <module>
    print(json.dumps(to_json(ast.parse(source))))
  File "/usr/local/python2/lib/python2.7/ast.py", line 37, in parse
    return compile(source, filename, mode, PyCF_ONLY_AST)
  File "<unknown>", line 18
    def read_env() -> Dict:
                   ^
SyntaxError: invalid syntax


I, [2024-10-15T08:22:20.526372 #1]  INFO -- : Skipping file ./kedro_airflow_k8s/config.py due to exception (CC::Engine::Analyzers::ParserError): `python2 /usr/src/app/lib/cc/engine/analyzers/python/parser.py` exited with code 1:
Traceback (most recent call last):
  File "/usr/src/app/lib/cc/engine/analyzers/python/parser.py", line 51, in <module>
    print(json.dumps(to_json(ast.parse(source))))
  File "/usr/local/python2/lib/python2.7/ast.py", line 37, in parse
    return compile(source, filename, mode, PyCF_ONLY_AST)
  File "<unknown>", line 247
    f"Missing required configuration: '{self._get_prefix()}{prop}'."
                                                                   ^
SyntaxError: invalid syntax


I, [2024-10-15T08:22:20.527496 #1]  INFO -- : Skipping file ./kedro_airflow_k8s/context_helper.py due to exception (CC::Engine::Analyzers::ParserError): `python2 /usr/src/app/lib/cc/engine/analyzers/python/parser.py` exited with code 1:
Traceback (most recent call last):
  File "/usr/src/app/lib/cc/engine/analyzers/python/parser.py", line 51, in <module>
    print(json.dumps(to_json(ast.parse(source))))
  File "/usr/local/python2/lib/python2.7/ast.py", line 37, in parse
    return compile(source, filename, mode, PyCF_ONLY_AST)
  File "<unknown>", line 72
    def config(self) -> PluginConfig:
                     ^
SyntaxError: invalid syntax


I, [2024-10-15T08:22:20.538051 #1]  INFO -- : Skipping file ./kedro_airflow_k8s/template_helper.py due to exception (CC::Engine::Analyzers::ParserError): `python2 /usr/src/app/lib/cc/engine/analyzers/python/parser.py` exited with code 1:
Traceback (most recent call last):
  File "/usr/src/app/lib/cc/engine/analyzers/python/parser.py", line 51, in <module>
    print(json.dumps(to_json(ast.parse(source))))
  File "/usr/local/python2/lib/python2.7/ast.py", line 37, in parse
    return compile(source, filename, mode, PyCF_ONLY_AST)
  File "<unknown>", line 13
    project_name: str,
                ^
SyntaxError: invalid syntax
7
pylint
pylint engine documentation