Skip to content

Commit

Permalink
docs(apis): Update datahub-apis.md to add link to search example (#10412
Browse files Browse the repository at this point in the history
)
  • Loading branch information
gabe-lyons authored May 2, 2024
1 parent 0b99145 commit 34233de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/api/datahub-apis.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Here's an overview of what each API can do.
| Create a Dataset | 🚫 |[[Guide]](/docs/api/tutorials/datasets.md) ||
| Delete a Dataset (Soft Delete) |[[Guide]](/docs/api/tutorials/datasets.md#delete-dataset) |[[Guide]](/docs/api/tutorials/datasets.md#delete-dataset) ||
| Delete a Dataset (Hard Delete) | 🚫 |[[Guide]](/docs/api/tutorials/datasets.md#delete-dataset) ||
| Search a Dataset | |||
| Search a Dataset |[[Guide]](/docs/how/search.md#graphql) |||
| Read a Dataset Deprecation ||||
| Read Dataset Entities (V2) ||||
| Create a Tag |[[Guide]](/docs/api/tutorials/tags.md#create-tags) |[[Guide]](/docs/api/tutorials/tags.md#create-tags) ||
Expand Down Expand Up @@ -116,4 +116,4 @@ Here's an overview of what each API can do.
| Create Dataset Lineage with MCPW & Rest Emitter | 🚫 |[[Code]](https://github.com/datahub-project/datahub/blob/master/metadata-ingestion/examples/library/lineage_emitter_mcpw_rest.py) ||
| Create Dataset Lineage with Rest Emitter | 🚫 |[[Code]](https://github.com/datahub-project/datahub/blob/master/metadata-ingestion/examples/library/lineage_emitter_rest.py) ||
| Create DataJob with Dataflow | 🚫 |[[Code]](https://github.com/datahub-project/datahub/blob/master/metadata-ingestion/examples/library/lineage_job_dataflow.py) [[Simple]](https://github.com/datahub-project/datahub/blob/master/metadata-ingestion/examples/library/lineage_job_dataflow_new_api_simple.py) [[Verbose]](https://github.com/datahub-project/datahub/blob/master/metadata-ingestion/examples/library/lineage_job_dataflow_new_api_verbose.py) ||
| Create Programmatic Pipeline | 🚫 |[[Code]](https://github.com/datahub-project/datahub/blob/master/metadata-ingestion/examples/library/programatic_pipeline.py) ||
| Create Programmatic Pipeline | 🚫 |[[Code]](https://github.com/datahub-project/datahub/blob/master/metadata-ingestion/examples/library/programatic_pipeline.py) ||

0 comments on commit 34233de

Please sign in to comment.