-
Notifications
You must be signed in to change notification settings - Fork 2
Test comment PR #37
base: master
Are you sure you want to change the base?
Test comment PR #37
Conversation
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
/list-scenarios
Call help examples :
Scenario validation sings :
Available scenarios :
|
/help-full name="Update destination version scenario"
Scenario
|
/help name="Test invalid scenario"
Scenario
|
Validation | Result |
---|---|
Check that all instances have initialization action | Instance(s) that should be initialized by an action : airbyte_1 |
Check that all action instances listed in the UsedInstances section |
Instance(s) used in the scenario actions but not described in the UsedInstances : airbyte_2 |
Action should have all mandatory attributes | The action CONNECT_AIRBYTE_API should have result instance : [AIRBYTE] but have : [] |
Call examples :
- Run scenario :
/run-scenario name="Test invalid scenario" airbyte_1=<put_credential_name> source_1=<put_credential_name> destination_1=<put_credential_name> new_version=<parameter_value> old_version=<parameter_value>
- Run scenario with local creds :
/run-scenario-local name="Test invalid scenario" airbyte_1=<put_credential_name> source_1=<put_credential_name> destination_1=<put_credential_name> new_version=<parameter_value> old_version=<parameter_value>
Note! The local scenario run requires file names in the foldersecrets\
. For example,some_cred_1=local_file.json
- Get full help :
/help-full name="Test invalid scenario"
Instances in the scenario
-
name :
airbyte_1
type :AIRBYTE
credentials :airbyte_creds
-
name :
source_1
type :SOURCE
credentials :source_creds
-
name :
destination_1
type :DESTINATION
credentials :destination_creds
-
name :
connection_1
type :CONNECTION
Parameters in the scenario
-
name :
new_version
type :source_version
-
name :
old_version
type :source_version
/run-scenario name="Update destination version scenario" airbyte_1=tt_airbyte_dev2 source_1=tt_postgres_source_aws_1 destination_1=tt_postgres_destination_aws_1 old_version="0.3.22" new_version="0.3.23"
✔️ Scenario
|
Preparation action | Result | Context | Duration |
---|---|---|---|
Connect to Airbyte API | 🟢 | Instance name : airbyte_1. Url : https://dev2.airbyte.ga:80 | 0 sec |
Create Source | 🟢 | Source name : source_1 | 1 sec |
Create Destination | 🟢 | Destination name : destination_1 | 0 sec |
Read destination version | 🟢 | Destination version 0.3.22 -> before_test_version |
0 sec |
Update Destination version | 🟢 | Destination version 0.3.22 -> old_version |
0 sec |
Create Connection | 🟢 | Connection name : connection_1 | 3 sec |
Scenario actions :
Scenario action | Result | Context | Duration |
---|---|---|---|
Sync Connection | 🟢 | Connection name : connection_1 | 22 sec |
Update Destination version | 🟢 | Destination version 0.3.23 -> new_version |
3 sec |
Sync Connection | 🟢 | Connection name : connection_1 | 22 sec |
Update Destination version | 🟢 | Destination version 0.3.22 -> before_test_version |
2 sec |
/publish |
/publish |
1 similar comment
/publish |
/run-scenario name="Update destination version scenario" airbyte_1=tt_airbyte_dev2 source_1=tt_postgres_source_aws_1 destination_1=tt_postgres_destination_aws_1 old_version="0.3.22" new_version="0.3.23"
✔️ Scenario
|
Preparation action | Result | Context | Duration |
---|---|---|---|
Connect to Airbyte API | 🟢 | Instance name : airbyte_1. Url : https://dev2.airbyte.ga:80 | 0 sec |
Create Source | 🟢 | Source name : source_1 | 2 sec |
Create Destination | 🟢 | Destination name : destination_1 | 0 sec |
Read destination version | 🟢 | Destination version 0.3.22 -> before_test_version |
0 sec |
Update Destination version | 🟢 | Destination version 0.3.22 -> old_version |
0 sec |
Create Connection | 🟢 | Connection name : connection_1 | 4 sec |
Scenario actions :
Scenario action | Result | Context | Duration |
---|---|---|---|
Sync Connection | 🟢 | Connection name : connection_1 | 25 sec |
Update Destination version | 🟢 | Destination version 0.3.23 -> new_version |
1 sec |
Sync Connection | 🟢 | Connection name : connection_1 | 22 sec |
Update Destination version | 🟢 | Destination version 0.3.22 -> before_test_version |
2 sec |
No description provided.