Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion guides/dataconnect_usage.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,9 @@
"source": [
"### Publish (persist the dataset)\n",
"\n",
"Once the dry publish validates successfully, publish the dataset to the server. The now published dataset should be visible in `iMedidata` > `Data Connect` > `Datasets` within a few minutes. "
"Once the dry publish validates successfully, publish the dataset to the server.\n",
"\n",
"Note: After a successful `publish()` call, it can take approximately 15-20 minutes for the dataset to appear in the iMedidata UI under Data Connect > Datasets. This delay is expected and does not indicate an error."
]
},
{
Expand Down
2 changes: 2 additions & 0 deletions readme/README-v1.0.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,8 @@ Returns the status of publish as a list containing the final backend execution r
* **`invalid_record_count`**: Total failure rows excluded during the network stream.
* **`invalid_records`**: A data frame containing the rows that failed validation.

Note: After a successful `publish()` call, it can take approximately 15-20 minutes for the dataset to appear in the iMedidata UI under Data Connect > Datasets. This delay is expected and does not indicate an error.


#### Data Validations

Expand Down
2 changes: 2 additions & 0 deletions readme/README-v1.1.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,8 @@ Returns a result object with the following attributes:
* **`metrics`**: Row counts — `total_valid_rows`, `total_invalid_rows`, `total_duplicate_rows`.
* **`invalid_records`**: A data frame containing any rows that failed validation, or `None`.

Note: After a successful `publish()` call, it can take approximately 15-20 minutes for the dataset to appear in the iMedidata UI under Data Connect > Datasets. This delay is expected and does not indicate an error.


#### Data Validations

Expand Down
Loading