Class AirflowDag

All Implemented Interfaces:
IAirflow, IAirflowDag, IAsset, ICatalog, IReferenceable, AuditDetail, Serializable, Comparable<Reference>

@Generated("com.atlan.generators.ModelGeneratorV2") public class AirflowDag extends Asset implements IAirflowDag, IAirflow, ICatalog, IAsset, IReferenceable
Instance of an Airflow DAG in Atlan.
See Also:
  • Field Details

  • Constructor Details

  • Method Details

    • trimToReference

      public AirflowDag trimToReference() throws InvalidRequestException
      Builds the minimal object necessary to create a relationship to a AirflowDag, from a potentially more-complete AirflowDag object.
      Overrides:
      trimToReference in class Asset
      Returns:
      the minimal object necessary to relate to the AirflowDag
      Throws:
      InvalidRequestException - if any of the minimal set of required properties for a AirflowDag relationship are not found in the initial object
    • select

      public static FluentSearch.FluentSearchBuilder<?,?> select()
      Start a fluent search that will return all AirflowDag assets. Additional conditions can be chained onto the returned search before any asset retrieval is attempted, ensuring all conditions are pushed-down for optimal retrieval. Only active (non-archived) AirflowDag assets will be included.
      Returns:
      a fluent search that includes all AirflowDag assets
    • select

      public static FluentSearch.FluentSearchBuilder<?,?> select(AtlanClient client)
      Start a fluent search that will return all AirflowDag assets. Additional conditions can be chained onto the returned search before any asset retrieval is attempted, ensuring all conditions are pushed-down for optimal retrieval. Only active (non-archived) AirflowDag assets will be included.
      Parameters:
      client - connectivity to the Atlan tenant from which to retrieve the assets
      Returns:
      a fluent search that includes all AirflowDag assets
    • select

      public static FluentSearch.FluentSearchBuilder<?,?> select(boolean includeArchived)
      Start a fluent search that will return all AirflowDag assets. Additional conditions can be chained onto the returned search before any asset retrieval is attempted, ensuring all conditions are pushed-down for optimal retrieval.
      Parameters:
      includeArchived - when true, archived (soft-deleted) AirflowDags will be included
      Returns:
      a fluent search that includes all AirflowDag assets
    • select

      public static FluentSearch.FluentSearchBuilder<?,?> select(AtlanClient client, boolean includeArchived)
      Start a fluent search that will return all AirflowDag assets. Additional conditions can be chained onto the returned search before any asset retrieval is attempted, ensuring all conditions are pushed-down for optimal retrieval.
      Parameters:
      client - connectivity to the Atlan tenant from which to retrieve the assets
      includeArchived - when true, archived (soft-deleted) AirflowDags will be included
      Returns:
      a fluent search that includes all AirflowDag assets
    • refByGuid

      public static AirflowDag refByGuid(String guid)
      Reference to a AirflowDag by GUID. Use this to create a relationship to this AirflowDag, where the relationship should be replaced.
      Parameters:
      guid - the GUID of the AirflowDag to reference
      Returns:
      reference to a AirflowDag that can be used for defining a relationship to a AirflowDag
    • refByGuid

      public static AirflowDag refByGuid(String guid, Reference.SaveSemantic semantic)
      Reference to a AirflowDag by GUID. Use this to create a relationship to this AirflowDag, where you want to further control how that relationship should be updated (i.e. replaced, appended, or removed).
      Parameters:
      guid - the GUID of the AirflowDag to reference
      semantic - how to save this relationship (replace all with this, append it, or remove it)
      Returns:
      reference to a AirflowDag that can be used for defining a relationship to a AirflowDag
    • refByQualifiedName

      public static AirflowDag refByQualifiedName(String qualifiedName)
      Reference to a AirflowDag by qualifiedName. Use this to create a relationship to this AirflowDag, where the relationship should be replaced.
      Parameters:
      qualifiedName - the qualifiedName of the AirflowDag to reference
      Returns:
      reference to a AirflowDag that can be used for defining a relationship to a AirflowDag
    • refByQualifiedName

      public static AirflowDag refByQualifiedName(String qualifiedName, Reference.SaveSemantic semantic)
      Reference to a AirflowDag by qualifiedName. Use this to create a relationship to this AirflowDag, where you want to further control how that relationship should be updated (i.e. replaced, appended, or removed).
      Parameters:
      qualifiedName - the qualifiedName of the AirflowDag to reference
      semantic - how to save this relationship (replace all with this, append it, or remove it)
      Returns:
      reference to a AirflowDag that can be used for defining a relationship to a AirflowDag
    • get

      public static AirflowDag get(String id) throws AtlanException
      Retrieves a AirflowDag by one of its identifiers, complete with all of its relationships.
      Parameters:
      id - of the AirflowDag to retrieve, either its GUID or its full qualifiedName
      Returns:
      the requested full AirflowDag, complete with all of its relationships
      Throws:
      AtlanException - on any error during the API invocation, such as the NotFoundException if the AirflowDag does not exist or the provided GUID is not a AirflowDag
    • get

      public static AirflowDag get(AtlanClient client, String id) throws AtlanException
      Retrieves a AirflowDag by one of its identifiers, complete with all of its relationships.
      Parameters:
      client - connectivity to the Atlan tenant from which to retrieve the asset
      id - of the AirflowDag to retrieve, either its GUID or its full qualifiedName
      Returns:
      the requested full AirflowDag, complete with all of its relationships
      Throws:
      AtlanException - on any error during the API invocation, such as the NotFoundException if the AirflowDag does not exist or the provided GUID is not a AirflowDag
    • get

      public static AirflowDag get(AtlanClient client, String id, boolean includeRelationships) throws AtlanException
      Retrieves a AirflowDag by one of its identifiers, optionally complete with all of its relationships.
      Parameters:
      client - connectivity to the Atlan tenant from which to retrieve the asset
      id - of the AirflowDag to retrieve, either its GUID or its full qualifiedName
      includeRelationships - if true, all of the asset's relationships will also be retrieved; if false, no relationships will be retrieved
      Returns:
      the requested full AirflowDag, optionally complete with all of its relationships
      Throws:
      AtlanException - on any error during the API invocation, such as the NotFoundException if the AirflowDag does not exist or the provided GUID is not a AirflowDag
    • restore

      public static boolean restore(String qualifiedName) throws AtlanException
      Restore the archived (soft-deleted) AirflowDag to active.
      Parameters:
      qualifiedName - for the AirflowDag
      Returns:
      true if the AirflowDag is now active, and false otherwise
      Throws:
      AtlanException - on any API problems
    • restore

      public static boolean restore(AtlanClient client, String qualifiedName) throws AtlanException
      Restore the archived (soft-deleted) AirflowDag to active.
      Parameters:
      client - connectivity to the Atlan tenant on which to restore the asset
      qualifiedName - for the AirflowDag
      Returns:
      true if the AirflowDag is now active, and false otherwise
      Throws:
      AtlanException - on any API problems
    • creator

      public static AirflowDag.AirflowDagBuilder<?,?> creator(String name, String connectionQualifiedName)
      Builds the minimal object necessary to create an AirflowDag.
      Parameters:
      name - of the AirflowDag
      connectionQualifiedName - unique name of the connection through which the DAG is accessible
      Returns:
      the minimal object necessary to create the AirflowDag, as a builder
    • updater

      public static AirflowDag.AirflowDagBuilder<?,?> updater(String qualifiedName, String name)
      Builds the minimal object necessary to update a AirflowDag.
      Parameters:
      qualifiedName - of the AirflowDag
      name - of the AirflowDag
      Returns:
      the minimal request necessary to update the AirflowDag, as a builder
    • trimToRequired

      public AirflowDag.AirflowDagBuilder<?,?> trimToRequired() throws InvalidRequestException
      Builds the minimal object necessary to apply an update to a AirflowDag, from a potentially more-complete AirflowDag object.
      Overrides:
      trimToRequired in class Asset
      Returns:
      the minimal object necessary to update the AirflowDag, as a builder
      Throws:
      InvalidRequestException - if any of the minimal set of required properties for AirflowDag are not found in the initial object
    • removeDescription

      public static AirflowDag removeDescription(String qualifiedName, String name) throws AtlanException
      Remove the system description from a AirflowDag.
      Parameters:
      qualifiedName - of the AirflowDag
      name - of the AirflowDag
      Returns:
      the updated AirflowDag, or null if the removal failed
      Throws:
      AtlanException - on any API problems
    • removeDescription

      public static AirflowDag removeDescription(AtlanClient client, String qualifiedName, String name) throws AtlanException
      Remove the system description from a AirflowDag.
      Parameters:
      client - connectivity to the Atlan tenant on which to remove the asset's description
      qualifiedName - of the AirflowDag
      name - of the AirflowDag
      Returns:
      the updated AirflowDag, or null if the removal failed
      Throws:
      AtlanException - on any API problems
    • removeUserDescription

      public static AirflowDag removeUserDescription(String qualifiedName, String name) throws AtlanException
      Remove the user's description from a AirflowDag.
      Parameters:
      qualifiedName - of the AirflowDag
      name - of the AirflowDag
      Returns:
      the updated AirflowDag, or null if the removal failed
      Throws:
      AtlanException - on any API problems
    • removeUserDescription

      public static AirflowDag removeUserDescription(AtlanClient client, String qualifiedName, String name) throws AtlanException
      Remove the user's description from a AirflowDag.
      Parameters:
      client - connectivity to the Atlan tenant on which to remove the asset's description
      qualifiedName - of the AirflowDag
      name - of the AirflowDag
      Returns:
      the updated AirflowDag, or null if the removal failed
      Throws:
      AtlanException - on any API problems
    • removeOwners

      public static AirflowDag removeOwners(String qualifiedName, String name) throws AtlanException
      Remove the owners from a AirflowDag.
      Parameters:
      qualifiedName - of the AirflowDag
      name - of the AirflowDag
      Returns:
      the updated AirflowDag, or null if the removal failed
      Throws:
      AtlanException - on any API problems
    • removeOwners

      public static AirflowDag removeOwners(AtlanClient client, String qualifiedName, String name) throws AtlanException
      Remove the owners from a AirflowDag.
      Parameters:
      client - connectivity to the Atlan tenant from which to remove the AirflowDag's owners
      qualifiedName - of the AirflowDag
      name - of the AirflowDag
      Returns:
      the updated AirflowDag, or null if the removal failed
      Throws:
      AtlanException - on any API problems
    • updateCertificate

      public static AirflowDag updateCertificate(String qualifiedName, CertificateStatus certificate, String message) throws AtlanException
      Update the certificate on a AirflowDag.
      Parameters:
      qualifiedName - of the AirflowDag
      certificate - to use
      message - (optional) message, or null if no message
      Returns:
      the updated AirflowDag, or null if the update failed
      Throws:
      AtlanException - on any API problems
    • updateCertificate

      public static AirflowDag updateCertificate(AtlanClient client, String qualifiedName, CertificateStatus certificate, String message) throws AtlanException
      Update the certificate on a AirflowDag.
      Parameters:
      client - connectivity to the Atlan tenant on which to update the AirflowDag's certificate
      qualifiedName - of the AirflowDag
      certificate - to use
      message - (optional) message, or null if no message
      Returns:
      the updated AirflowDag, or null if the update failed
      Throws:
      AtlanException - on any API problems
    • removeCertificate

      public static AirflowDag removeCertificate(String qualifiedName, String name) throws AtlanException
      Remove the certificate from a AirflowDag.
      Parameters:
      qualifiedName - of the AirflowDag
      name - of the AirflowDag
      Returns:
      the updated AirflowDag, or null if the removal failed
      Throws:
      AtlanException - on any API problems
    • removeCertificate

      public static AirflowDag removeCertificate(AtlanClient client, String qualifiedName, String name) throws AtlanException
      Remove the certificate from a AirflowDag.
      Parameters:
      client - connectivity to the Atlan tenant from which to remove the AirflowDag's certificate
      qualifiedName - of the AirflowDag
      name - of the AirflowDag
      Returns:
      the updated AirflowDag, or null if the removal failed
      Throws:
      AtlanException - on any API problems
    • updateAnnouncement

      public static AirflowDag updateAnnouncement(String qualifiedName, AtlanAnnouncementType type, String title, String message) throws AtlanException
      Update the announcement on a AirflowDag.
      Parameters:
      qualifiedName - of the AirflowDag
      type - type of announcement to set
      title - (optional) title of the announcement to set (or null for no title)
      message - (optional) message of the announcement to set (or null for no message)
      Returns:
      the result of the update, or null if the update failed
      Throws:
      AtlanException - on any API problems
    • updateAnnouncement

      public static AirflowDag updateAnnouncement(AtlanClient client, String qualifiedName, AtlanAnnouncementType type, String title, String message) throws AtlanException
      Update the announcement on a AirflowDag.
      Parameters:
      client - connectivity to the Atlan tenant on which to update the AirflowDag's announcement
      qualifiedName - of the AirflowDag
      type - type of announcement to set
      title - (optional) title of the announcement to set (or null for no title)
      message - (optional) message of the announcement to set (or null for no message)
      Returns:
      the result of the update, or null if the update failed
      Throws:
      AtlanException - on any API problems
    • removeAnnouncement

      public static AirflowDag removeAnnouncement(String qualifiedName, String name) throws AtlanException
      Remove the announcement from a AirflowDag.
      Parameters:
      qualifiedName - of the AirflowDag
      name - of the AirflowDag
      Returns:
      the updated AirflowDag, or null if the removal failed
      Throws:
      AtlanException - on any API problems
    • removeAnnouncement

      public static AirflowDag removeAnnouncement(AtlanClient client, String qualifiedName, String name) throws AtlanException
      Remove the announcement from a AirflowDag.
      Parameters:
      client - connectivity to the Atlan client from which to remove the AirflowDag's announcement
      qualifiedName - of the AirflowDag
      name - of the AirflowDag
      Returns:
      the updated AirflowDag, or null if the removal failed
      Throws:
      AtlanException - on any API problems
    • replaceTerms

      public static AirflowDag replaceTerms(String qualifiedName, String name, List<IGlossaryTerm> terms) throws AtlanException
      Replace the terms linked to the AirflowDag.
      Parameters:
      qualifiedName - for the AirflowDag
      name - human-readable name of the AirflowDag
      terms - the list of terms to replace on the AirflowDag, or null to remove all terms from the AirflowDag
      Returns:
      the AirflowDag that was updated (note that it will NOT contain details of the replaced terms)
      Throws:
      AtlanException - on any API problems
    • replaceTerms

      public static AirflowDag replaceTerms(AtlanClient client, String qualifiedName, String name, List<IGlossaryTerm> terms) throws AtlanException
      Replace the terms linked to the AirflowDag.
      Parameters:
      client - connectivity to the Atlan tenant on which to replace the AirflowDag's assigned terms
      qualifiedName - for the AirflowDag
      name - human-readable name of the AirflowDag
      terms - the list of terms to replace on the AirflowDag, or null to remove all terms from the AirflowDag
      Returns:
      the AirflowDag that was updated (note that it will NOT contain details of the replaced terms)
      Throws:
      AtlanException - on any API problems
    • appendTerms

      public static AirflowDag appendTerms(String qualifiedName, List<IGlossaryTerm> terms) throws AtlanException
      Link additional terms to the AirflowDag, without replacing existing terms linked to the AirflowDag. Note: this operation must make two API calls — one to retrieve the AirflowDag's existing terms, and a second to append the new terms.
      Parameters:
      qualifiedName - for the AirflowDag
      terms - the list of terms to append to the AirflowDag
      Returns:
      the AirflowDag that was updated (note that it will NOT contain details of the appended terms)
      Throws:
      AtlanException - on any API problems
    • appendTerms

      public static AirflowDag appendTerms(AtlanClient client, String qualifiedName, List<IGlossaryTerm> terms) throws AtlanException
      Link additional terms to the AirflowDag, without replacing existing terms linked to the AirflowDag. Note: this operation must make two API calls — one to retrieve the AirflowDag's existing terms, and a second to append the new terms.
      Parameters:
      client - connectivity to the Atlan tenant on which to append terms to the AirflowDag
      qualifiedName - for the AirflowDag
      terms - the list of terms to append to the AirflowDag
      Returns:
      the AirflowDag that was updated (note that it will NOT contain details of the appended terms)
      Throws:
      AtlanException - on any API problems
    • removeTerms

      public static AirflowDag removeTerms(String qualifiedName, List<IGlossaryTerm> terms) throws AtlanException
      Remove terms from a AirflowDag, without replacing all existing terms linked to the AirflowDag. Note: this operation must make two API calls — one to retrieve the AirflowDag's existing terms, and a second to remove the provided terms.
      Parameters:
      qualifiedName - for the AirflowDag
      terms - the list of terms to remove from the AirflowDag, which must be referenced by GUID
      Returns:
      the AirflowDag that was updated (note that it will NOT contain details of the resulting terms)
      Throws:
      AtlanException - on any API problems
    • removeTerms

      public static AirflowDag removeTerms(AtlanClient client, String qualifiedName, List<IGlossaryTerm> terms) throws AtlanException
      Remove terms from a AirflowDag, without replacing all existing terms linked to the AirflowDag. Note: this operation must make two API calls — one to retrieve the AirflowDag's existing terms, and a second to remove the provided terms.
      Parameters:
      client - connectivity to the Atlan tenant from which to remove terms from the AirflowDag
      qualifiedName - for the AirflowDag
      terms - the list of terms to remove from the AirflowDag, which must be referenced by GUID
      Returns:
      the AirflowDag that was updated (note that it will NOT contain details of the resulting terms)
      Throws:
      AtlanException - on any API problems
    • appendAtlanTags

      public static AirflowDag appendAtlanTags(String qualifiedName, List<String> atlanTagNames) throws AtlanException
      Add Atlan tags to a AirflowDag, without replacing existing Atlan tags linked to the AirflowDag. Note: this operation must make two API calls — one to retrieve the AirflowDag's existing Atlan tags, and a second to append the new Atlan tags.
      Parameters:
      qualifiedName - of the AirflowDag
      atlanTagNames - human-readable names of the Atlan tags to add
      Returns:
      the updated AirflowDag
      Throws:
      AtlanException - on any API problems
    • appendAtlanTags

      public static AirflowDag appendAtlanTags(AtlanClient client, String qualifiedName, List<String> atlanTagNames) throws AtlanException
      Add Atlan tags to a AirflowDag, without replacing existing Atlan tags linked to the AirflowDag. Note: this operation must make two API calls — one to retrieve the AirflowDag's existing Atlan tags, and a second to append the new Atlan tags.
      Parameters:
      client - connectivity to the Atlan tenant on which to append Atlan tags to the AirflowDag
      qualifiedName - of the AirflowDag
      atlanTagNames - human-readable names of the Atlan tags to add
      Returns:
      the updated AirflowDag
      Throws:
      AtlanException - on any API problems
    • appendAtlanTags

      public static AirflowDag appendAtlanTags(String qualifiedName, List<String> atlanTagNames, boolean propagate, boolean removePropagationsOnDelete, boolean restrictLineagePropagation) throws AtlanException
      Add Atlan tags to a AirflowDag, without replacing existing Atlan tags linked to the AirflowDag. Note: this operation must make two API calls — one to retrieve the AirflowDag's existing Atlan tags, and a second to append the new Atlan tags.
      Parameters:
      qualifiedName - of the AirflowDag
      atlanTagNames - human-readable names of the Atlan tags to add
      propagate - whether to propagate the Atlan tag (true) or not (false)
      removePropagationsOnDelete - whether to remove the propagated Atlan tags when the Atlan tag is removed from this asset (true) or not (false)
      restrictLineagePropagation - whether to avoid propagating through lineage (true) or do propagate through lineage (false)
      Returns:
      the updated AirflowDag
      Throws:
      AtlanException - on any API problems
    • appendAtlanTags

      public static AirflowDag appendAtlanTags(AtlanClient client, String qualifiedName, List<String> atlanTagNames, boolean propagate, boolean removePropagationsOnDelete, boolean restrictLineagePropagation) throws AtlanException
      Add Atlan tags to a AirflowDag, without replacing existing Atlan tags linked to the AirflowDag. Note: this operation must make two API calls — one to retrieve the AirflowDag's existing Atlan tags, and a second to append the new Atlan tags.
      Parameters:
      client - connectivity to the Atlan tenant on which to append Atlan tags to the AirflowDag
      qualifiedName - of the AirflowDag
      atlanTagNames - human-readable names of the Atlan tags to add
      propagate - whether to propagate the Atlan tag (true) or not (false)
      removePropagationsOnDelete - whether to remove the propagated Atlan tags when the Atlan tag is removed from this asset (true) or not (false)
      restrictLineagePropagation - whether to avoid propagating through lineage (true) or do propagate through lineage (false)
      Returns:
      the updated AirflowDag
      Throws:
      AtlanException - on any API problems
    • removeAtlanTag

      public static void removeAtlanTag(String qualifiedName, String atlanTagName) throws AtlanException
      Remove an Atlan tag from a AirflowDag.
      Parameters:
      qualifiedName - of the AirflowDag
      atlanTagName - human-readable name of the Atlan tag to remove
      Throws:
      AtlanException - on any API problems, or if the Atlan tag does not exist on the AirflowDag
    • removeAtlanTag

      public static void removeAtlanTag(AtlanClient client, String qualifiedName, String atlanTagName) throws AtlanException
      Remove an Atlan tag from a AirflowDag.
      Parameters:
      client - connectivity to the Atlan tenant from which to remove an Atlan tag from a AirflowDag
      qualifiedName - of the AirflowDag
      atlanTagName - human-readable name of the Atlan tag to remove
      Throws:
      AtlanException - on any API problems, or if the Atlan tag does not exist on the AirflowDag
    • _internal

      public static AirflowDag.AirflowDagBuilder<?,?> _internal()
    • toBuilder

      public AirflowDag.AirflowDagBuilder<?,?> toBuilder()
      Overrides:
      toBuilder in class Reference
    • getAirflowDagSchedule

      public String getAirflowDagSchedule()
      Schedule for the DAG.
      Specified by:
      getAirflowDagSchedule in interface IAirflowDag
    • getAirflowDagScheduleDelta

      public Long getAirflowDagScheduleDelta()
      Duration between scheduled runs, in seconds.
      Specified by:
      getAirflowDagScheduleDelta in interface IAirflowDag
    • getAirflowRunEndTime

      public Long getAirflowRunEndTime()
      End time of the run.
      Specified by:
      getAirflowRunEndTime in interface IAirflow
      Specified by:
      getAirflowRunEndTime in interface IAirflowDag
    • getAirflowRunName

      public String getAirflowRunName()
      Name of the run.
      Specified by:
      getAirflowRunName in interface IAirflow
      Specified by:
      getAirflowRunName in interface IAirflowDag
    • getAirflowRunOpenLineageState

      public OpenLineageRunState getAirflowRunOpenLineageState()
      State of the run in OpenLineage.
      Specified by:
      getAirflowRunOpenLineageState in interface IAirflow
      Specified by:
      getAirflowRunOpenLineageState in interface IAirflowDag
    • getAirflowRunOpenLineageVersion

      public String getAirflowRunOpenLineageVersion()
      Version of the run in OpenLineage.
      Specified by:
      getAirflowRunOpenLineageVersion in interface IAirflow
      Specified by:
      getAirflowRunOpenLineageVersion in interface IAirflowDag
    • getAirflowRunStartTime

      public Long getAirflowRunStartTime()
      Start time of the run.
      Specified by:
      getAirflowRunStartTime in interface IAirflow
      Specified by:
      getAirflowRunStartTime in interface IAirflowDag
    • getAirflowRunType

      public String getAirflowRunType()
      Type of the run.
      Specified by:
      getAirflowRunType in interface IAirflow
      Specified by:
      getAirflowRunType in interface IAirflowDag
    • getAirflowRunVersion

      public String getAirflowRunVersion()
      Version of the run in Airflow.
      Specified by:
      getAirflowRunVersion in interface IAirflow
      Specified by:
      getAirflowRunVersion in interface IAirflowDag
    • getAirflowTags

      public SortedSet<String> getAirflowTags()
      Tags assigned to the asset in Airflow.
      Specified by:
      getAirflowTags in interface IAirflow
      Specified by:
      getAirflowTags in interface IAirflowDag
    • getAirflowTasks

      public SortedSet<IAirflowTask> getAirflowTasks()
      Tasks that exist within this DAG.
      Specified by:
      getAirflowTasks in interface IAirflowDag
    • getApplicationContainer

      public IApplicationContainer getApplicationContainer()
      ApplicationContainer asset containing this Catalog asset.
      Specified by:
      getApplicationContainer in interface IAirflow
      Specified by:
      getApplicationContainer in interface IAirflowDag
      Specified by:
      getApplicationContainer in interface ICatalog
    • getAssetApplicationQualifiedName

      public String getAssetApplicationQualifiedName()
      Qualified name of the Application Container that contains this asset.
      Specified by:
      getAssetApplicationQualifiedName in interface IAirflow
      Specified by:
      getAssetApplicationQualifiedName in interface IAirflowDag
      Specified by:
      getAssetApplicationQualifiedName in interface ICatalog
    • getInputToAirflowTasks

      public SortedSet<IAirflowTask> getInputToAirflowTasks()
      Tasks to which this asset provides input.
      Specified by:
      getInputToAirflowTasks in interface IAirflow
      Specified by:
      getInputToAirflowTasks in interface IAirflowDag
      Specified by:
      getInputToAirflowTasks in interface ICatalog
    • getInputToProcesses

      public SortedSet<ILineageProcess> getInputToProcesses()
      Processes to which this asset provides input.
      Specified by:
      getInputToProcesses in interface IAirflow
      Specified by:
      getInputToProcesses in interface IAirflowDag
      Specified by:
      getInputToProcesses in interface ICatalog
    • getInputToSparkJobs

      public SortedSet<ISparkJob> getInputToSparkJobs()
      TBC
      Specified by:
      getInputToSparkJobs in interface IAirflow
      Specified by:
      getInputToSparkJobs in interface IAirflowDag
      Specified by:
      getInputToSparkJobs in interface ICatalog
    • getModelImplementedEntities

      public SortedSet<IModelEntity> getModelImplementedEntities()
      Entities implemented by this asset.
      Specified by:
      getModelImplementedEntities in interface IAirflow
      Specified by:
      getModelImplementedEntities in interface IAirflowDag
      Specified by:
      getModelImplementedEntities in interface ICatalog
    • getOutputFromAirflowTasks

      public SortedSet<IAirflowTask> getOutputFromAirflowTasks()
      Tasks from which this asset is output.
      Specified by:
      getOutputFromAirflowTasks in interface IAirflow
      Specified by:
      getOutputFromAirflowTasks in interface IAirflowDag
      Specified by:
      getOutputFromAirflowTasks in interface ICatalog
    • getOutputFromProcesses

      public SortedSet<ILineageProcess> getOutputFromProcesses()
      Processes from which this asset is produced as output.
      Specified by:
      getOutputFromProcesses in interface IAirflow
      Specified by:
      getOutputFromProcesses in interface IAirflowDag
      Specified by:
      getOutputFromProcesses in interface ICatalog
    • getOutputFromSparkJobs

      public SortedSet<ISparkJob> getOutputFromSparkJobs()
      TBC
      Specified by:
      getOutputFromSparkJobs in interface IAirflow
      Specified by:
      getOutputFromSparkJobs in interface IAirflowDag
      Specified by:
      getOutputFromSparkJobs in interface ICatalog
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Asset
    • canEqual

      protected boolean canEqual(Object other)
      Overrides:
      canEqual in class Asset
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Asset
    • toString

      public String toString()
      Description copied from class: AtlanObject
      Overrides:
      toString in class Asset
    • getTypeName

      public String getTypeName()
      Fixed typeName for AirflowDags.
      Specified by:
      getTypeName in interface AuditDetail
      Specified by:
      getTypeName in interface IAirflow
      Specified by:
      getTypeName in interface IAirflowDag
      Specified by:
      getTypeName in interface IAsset
      Specified by:
      getTypeName in interface ICatalog
      Specified by:
      getTypeName in interface IReferenceable
      Overrides:
      getTypeName in class Reference