Skip to content
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

Add SyncAgentBase #2146

Merged
merged 77 commits into from
Feb 29, 2024

nit

f6fae67
Select commit
Loading
Failed to load commit list.
Merged

Add SyncAgentBase #2146

nit
f6fae67
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Feb 26, 2024 in 1s

87.43% of diff hit (target 85.53%)

View this Pull Request on Codecov

87.43% of diff hit (target 85.53%)

Annotations

Check warning on line 66 in flytekit/extend/backend/agent_service.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

flytekit/extend/backend/agent_service.py#L62-L66

Added lines #L62 - L66 were not covered by tests

Check warning on line 72 in flytekit/extend/backend/agent_service.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

flytekit/extend/backend/agent_service.py#L68-L72

Added lines #L68 - L72 were not covered by tests

Check warning on line 107 in flytekit/extend/backend/agent_service.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

flytekit/extend/backend/agent_service.py#L107

Added line #L107 was not covered by tests

Check warning on line 128 in flytekit/extend/backend/agent_service.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

flytekit/extend/backend/agent_service.py#L128

Added line #L128 was not covered by tests

Check warning on line 135 in flytekit/extend/backend/agent_service.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

flytekit/extend/backend/agent_service.py#L135

Added line #L135 was not covered by tests

Check warning on line 138 in flytekit/extend/backend/agent_service.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

flytekit/extend/backend/agent_service.py#L137-L138

Added lines #L137 - L138 were not covered by tests

Check warning on line 148 in flytekit/extend/backend/agent_service.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

flytekit/extend/backend/agent_service.py#L148

Added line #L148 was not covered by tests

Check warning on line 164 in flytekit/extend/backend/agent_service.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

flytekit/extend/backend/agent_service.py#L164

Added line #L164 was not covered by tests

Check warning on line 171 in flytekit/extend/backend/agent_service.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

flytekit/extend/backend/agent_service.py#L171

Added line #L171 was not covered by tests

Check warning on line 173 in flytekit/extend/backend/agent_service.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

flytekit/extend/backend/agent_service.py#L173

Added line #L173 was not covered by tests

Check warning on line 184 in flytekit/extend/backend/agent_service.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

flytekit/extend/backend/agent_service.py#L182-L184

Added lines #L182 - L184 were not covered by tests

Check warning on line 248 in flytekit/extend/backend/base_agent.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

flytekit/extend/backend/base_agent.py#L248

Added line #L248 was not covered by tests

Check warning on line 283 in flytekit/extend/backend/base_agent.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

flytekit/extend/backend/base_agent.py#L283

Added line #L283 was not covered by tests

Check warning on line 288 in flytekit/extend/backend/base_agent.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

flytekit/extend/backend/base_agent.py#L288

Added line #L288 was not covered by tests

Check warning on line 293 in flytekit/extend/backend/base_agent.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

flytekit/extend/backend/base_agent.py#L293

Added line #L293 was not covered by tests

Check warning on line 35 in plugins/flytekit-airflow/flytekitplugins/airflow/agent.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

plugins/flytekit-airflow/flytekitplugins/airflow/agent.py#L35

Added line #L35 was not covered by tests

Check warning on line 39 in plugins/flytekit-airflow/flytekitplugins/airflow/agent.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

plugins/flytekit-airflow/flytekitplugins/airflow/agent.py#L39

Added line #L39 was not covered by tests

Check warning on line 116 in plugins/flytekit-airflow/flytekitplugins/airflow/agent.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

plugins/flytekit-airflow/flytekitplugins/airflow/agent.py#L116

Added line #L116 was not covered by tests

Check warning on line 79 in plugins/flytekit-bigquery/flytekitplugins/bigquery/agent.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

plugins/flytekit-bigquery/flytekitplugins/bigquery/agent.py#L79

Added line #L79 was not covered by tests

Check warning on line 108 in plugins/flytekit-snowflake/flytekitplugins/snowflake/agent.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

plugins/flytekit-snowflake/flytekitplugins/snowflake/agent.py#L108

Added line #L108 was not covered by tests

Check warning on line 81 in plugins/flytekit-spark/flytekitplugins/spark/agent.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

plugins/flytekit-spark/flytekitplugins/spark/agent.py#L81

Added line #L81 was not covered by tests

Check warning on line 106 in plugins/flytekit-spark/flytekitplugins/spark/agent.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

plugins/flytekit-spark/flytekitplugins/spark/agent.py#L106

Added line #L106 was not covered by tests