Skip to content

Commit

Permalink
#475 Remove GraphQL documentation and deprecate fermenter profiles
Browse files Browse the repository at this point in the history
  • Loading branch information
carter-cundiff committed Nov 21, 2024
1 parent 568d3c6 commit ced6c1e
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 187 deletions.
1 change: 0 additions & 1 deletion docs/modules/ROOT/pages/containers.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,6 @@ TIP: If your project is under version control, we recommend using a diff tool to
|======
|Application | Fermenter Profile | ReadMe
|Airflow | `airflow-deploy-v2` |https://github.com/boozallen/aissemble/blob/{git-tree}/extensions/extensions-helm/aissemble-airflow-chart/README.md[Airflow,role=external,window=_blank]
|Data Access | `data-access-deploy-v2` |https://github.com/boozallen/aissemble/blob/{git-tree}/extensions/extensions-helm/aissemble-data-access-chart/README.md[Data Access,role=external,window=_blank]
|Kafka | `kafka-deploy-v2` |https://github.com/boozallen/aissemble/blob/{git-tree}/extensions/extensions-helm/aissemble-kafka-chart/README.md[Kafka,role=external,window=_blank]
|Metadata | `metadata-deploy-v2` |https://github.com/boozallen/aissemble/blob/{git-tree}/extensions/extensions-helm/aissemble-metadata-chart/README.md[Metadata,role=external,window=_blank]
|MLflow | `mlflow-deploy-v2` |https://github.com/boozallen/aissemble/blob/{git-tree}/extensions/extensions-helm/aissemble-mlflow-chart/README.md[MLFlow,role=external,window=_blank]
Expand Down
151 changes: 0 additions & 151 deletions docs/modules/ROOT/pages/data-access-details.adoc

This file was deleted.

31 changes: 0 additions & 31 deletions docs/modules/ROOT/pages/record-metamodel.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,6 @@ namespacing (e.g., package in Java, namespace in XSD).
| None
| A description of the record being specified.

| `dataAccess` (xref:#_data_access_options[details])
| No
| Yes
| By default, xref:data-access-details.adoc[data access] is enabled for the record. Specifying this element allows for
data access to be disabled or enabled, if desired.

| `frameworks`
| No
| None
Expand All @@ -74,31 +68,6 @@ PySpark support methods.

|===

[#_data_access_options]
=== Record Data Access Options
The following options are available on the `dataAccess` record element:

.Data Access Location
[source,json]
----
{
"dataAccess": {
...
}
}
----
.Data Access Metamodel Options
[cols="2a,1a,1a,4a"]
|===
| Element Name | Required? | Default | Use

| `dataAccess/enabled`
| Yes
| None
| Setting `enabled` to false will disable xref:data-access-details.adoc[data access] for the record.

|===

[#_record_field_options]
=== Record Field Options
The following options are available on the `field` record element:
Expand Down
13 changes: 9 additions & 4 deletions foundation/foundation-mda/src/main/resources/profiles.json
Original file line number Diff line number Diff line change
Expand Up @@ -229,15 +229,18 @@
{
"name": "dataAccessResourceImpl"
}
]
],
"deprecated": "true",
"warningMessage": "Data Access using GraphQL is deprecated, please see the latest documentation for details on using Trino for Data Access: https://boozallen.github.io/aissemble/aissemble/current/data-access-details.html"
},
{
"name": "aissemble-data-access-docker",
"targetReferences": [
{
"name": "dataAccessDockerFile"
}
]
],
"deprecated": "true"
},
{
"name": "aissemble-spark-worker-docker",
Expand Down Expand Up @@ -862,15 +865,17 @@
{
"name": "data-access-kubernetes"
}
]
],
"deprecated": "true"
},
{
"name": "data-access-deploy-v2",
"profileReferences": [
{
"name": "data-access-kubernetes-v2"
}
]
],
"deprecated": "true"
},
{
"name": "data-access-kubernetes-v2",
Expand Down

0 comments on commit ced6c1e

Please sign in to comment.