DBTCloud operator

Hello,

This is related to DbtCloudGetJobRunArtifactOperator .
This is my first post in Astronomer forum, I’m currently working on a DAG to download the artifacts file from dbtcloud using DbtCloudGetJobRunArtifactOperator to S3 .

I use below code in my DAG

get_manifest_artifact = DbtCloudGetJobRunArtifactOperator(
task_id=“get_manifest_artifact”,
run_id=93152766,
path=“manifest.json”,
output_file_name=“test_manifest.json”
)

I couldn’t find the files downloaded in my local container - Does anyone recommend how to access the dbt artifacts file ?