Get latest table profile by FQN
Get the most recent profiling data for a table by its fully qualified name.
Args: fqn: Fully qualified name of the table. ctx: Request context for authentication. profile_service: Profile service instance.
Returns: Latest table profile data.
Raises: HTTPException: 404 if no profile found for the table.
Authorizations
JWT Bearer token authentication. Include the token in the Authorization header as: Authorization: Bearer <token>. The JWT must contain valid client_id, and project_id claims for tenant isolation and SDK routing.
Query Parameters
Fully qualified name of the table (e.g., service.database.schema.table)
1Response
Successful Response
Response model for the latest table profile.
Profile UUID
Fully qualified table name
Data service name
Asset version
ISO 8601 timestamp when profile was captured
Workflow run that produced this profile
Database name
Schema name of the table
Table name
Number of rows in the table
Number of columns in the table
Sample data rows
Table size in bytes

