From 2d458397f0f2a4743ee970e4c9807ff20e3ba2ca Mon Sep 17 00:00:00 2001 From: Florent Ravenel Date: Wed, 13 Mar 2024 15:18:12 +0100 Subject: [PATCH] fix: rename file --- .../core/domain/Google_Sheets_Update_organizations_db.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models/growth-engine/core/domain/Google_Sheets_Update_organizations_db.ipynb b/models/growth-engine/core/domain/Google_Sheets_Update_organizations_db.ipynb index b5c08bf..c6e338e 100644 --- a/models/growth-engine/core/domain/Google_Sheets_Update_organizations_db.ipynb +++ b/models/growth-engine/core/domain/Google_Sheets_Update_organizations_db.ipynb @@ -142,7 +142,7 @@ "# Inputs\n", "entity_dir = pload(os.path.join(naas_data_product.OUTPUTS_PATH, \"entities\", \"0\"), \"entity_dir\")\n", "input_dir = os.path.join(entity_dir, \"growth-engine\", date.today().isoformat())\n", - "file_interactions = \"linkedin_interactions\"\n", + "file_interactions = \"interactions\"\n", "file_people = \"people\"\n", "li_at = os.environ.get(\"LINKEDIN_LI_AT\") or naas.secret.get(\"LINKEDIN_LI_AT\")\n", "JSESSIONID = os.environ.get(\"LINKEDIN_JSESSIONID\") or naas.secret.get(\"LINKEDIN_JSESSIONID\")\n",